ansible/test/units/modules/network/ovs
Daniel Mellado Area db689f7221 Fix ovsdb module not being idempotent (#57735)
openvswitch_db was not parsing properly some arguments, which caused
some commands to be executed when they shouldn't. This commit fixesit
and adds unit testing for the usecase.

Closes-Bug: #55432
Closes-bug: #43858
2019-06-26 10:48:46 -04:00
..
fixtures Fix ovsdb module not being idempotent (#57735) 2019-06-26 10:48:46 -04:00
__init__.py
ovs_module.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
test_openvswitch_bridge.py Add support for vlan update on ovs bridges (#57168) 2019-06-05 10:32:14 -04:00
test_openvswitch_db.py Fix ovsdb module not being idempotent (#57735) 2019-06-26 10:48:46 -04:00
test_openvswitch_port.py