mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Add missing register on openvswitch_db integration tests (#25609)
This commit is contained in:
committed by
GitHub
parent
0dbea4575c
commit
9725e056bc
@@ -9,6 +9,7 @@
|
||||
col: other_config
|
||||
key: disable-in-band
|
||||
value: true
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
@@ -21,6 +22,7 @@
|
||||
col: other_config
|
||||
key: disable-in-band
|
||||
value: true
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
@@ -33,6 +35,7 @@
|
||||
col: other_config
|
||||
key: disable-in-band
|
||||
value: false
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
@@ -45,6 +48,7 @@
|
||||
col: other_config
|
||||
key: disable-in-band
|
||||
value: false
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
@@ -58,6 +62,7 @@
|
||||
key: disable-in-band
|
||||
value: false
|
||||
state: absent
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
@@ -71,6 +76,7 @@
|
||||
key: disable-in-band
|
||||
value: false
|
||||
state: absent
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
||||
Reference in New Issue
Block a user