1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/modules/network/ovs
Jakub Libosvar 26b0908270 openvswitch_db: Make 'key' parameter optional (#42110)
The OVSDB schema consists of typed columns. The 'key' parameter is
required only for columns with type of a 'map'. This patch makes 'key'
an optional parameter to allow setting values for other column types
like int.

Fixes #42108
2018-07-09 19:12:41 +05:30
..
fixtures Refactor openvswitch_port module (#24205) 2017-05-03 10:36:44 +02:00
__init__.py Unit tests for openvswitch_db module (#23974) 2017-04-25 20:02:55 +02:00
ovs_module.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_openvswitch_bridge.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00
test_openvswitch_db.py openvswitch_db: Make 'key' parameter optional (#42110) 2018-07-09 19:12:41 +05:30
test_openvswitch_port.py Unit tests: share common code (#31456) 2017-11-17 09:17:07 -08:00