You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
fixtures Fix ovsdb module not being idempotent (#57735) 5 years ago
__init__.py
ovs_module.py
test_openvswitch_bridge.py Add support for vlan update on ovs bridges (#57168) 5 years ago
test_openvswitch_db.py Fix ovsdb module not being idempotent (#57735) 5 years ago
test_openvswitch_port.py