mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Add missing register on openvswitch_db integration tests (#25609)
This commit is contained in:
parent
0dbea4575c
commit
9725e056bc
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
col: other_config
|
col: other_config
|
||||||
key: disable-in-band
|
key: disable-in-band
|
||||||
value: true
|
value: true
|
||||||
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
col: other_config
|
col: other_config
|
||||||
key: disable-in-band
|
key: disable-in-band
|
||||||
value: true
|
value: true
|
||||||
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
@ -33,6 +35,7 @@
|
||||||
col: other_config
|
col: other_config
|
||||||
key: disable-in-band
|
key: disable-in-band
|
||||||
value: false
|
value: false
|
||||||
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
@ -45,6 +48,7 @@
|
||||||
col: other_config
|
col: other_config
|
||||||
key: disable-in-band
|
key: disable-in-band
|
||||||
value: false
|
value: false
|
||||||
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
@ -58,6 +62,7 @@
|
||||||
key: disable-in-band
|
key: disable-in-band
|
||||||
value: false
|
value: false
|
||||||
state: absent
|
state: absent
|
||||||
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
@ -71,6 +76,7 @@
|
||||||
key: disable-in-band
|
key: disable-in-band
|
||||||
value: false
|
value: false
|
||||||
state: absent
|
state: absent
|
||||||
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue