updates eos_facts integration test cases (#21988)
This commit is contained in:
parent
ea2b27f931
commit
1c3d448a29
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# Items from those subsets are present
|
# Items from those subsets are present
|
||||||
- "result.ansible_facts.ansible_net_filesystems is defined" #hw
|
- "result.ansible_facts.ansible_net_filesystems is defined" #hw
|
||||||
- "result.ansible_facts.ansible_net_memtotal_mb > 10" #hw
|
- "result.ansible_facts.ansible_net_memtotal_mb > 10" #hw
|
||||||
- "result.ansible_facts.ansible_net_interfaces.Ethernet1.ipv4.masklen > 1" # interfaces
|
- "result.ansible_facts.ansible_net_interfaces.Management1.ipv4.masklen > 1" # interfaces
|
||||||
|
|
||||||
# ... and not present
|
# ... and not present
|
||||||
- "result.ansible_facts.ansible_net_config is not defined" # config
|
- "result.ansible_facts.ansible_net_config is not defined" # config
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
- "'hardware' not in result.ansible_facts.ansible_net_gather_subset"
|
- "'hardware' not in result.ansible_facts.ansible_net_gather_subset"
|
||||||
|
|
||||||
# Items from those subsets are present
|
# Items from those subsets are present
|
||||||
- "result.ansible_facts.ansible_net_interfaces.Ethernet1.ipv4.masklen > 1" # interfaces
|
- "result.ansible_facts.ansible_net_interfaces.Management1.ipv4.masklen > 1" # interfaces
|
||||||
# ... and not present
|
# ... and not present
|
||||||
- "result.ansible_facts.ansible_net_filesystems is not defined"
|
- "result.ansible_facts.ansible_net_filesystems is not defined"
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# Items from those subsets are present
|
# Items from those subsets are present
|
||||||
- "result.ansible_facts.ansible_net_filesystems is defined" #hw
|
- "result.ansible_facts.ansible_net_filesystems is defined" #hw
|
||||||
- "result.ansible_facts.ansible_net_memtotal_mb > 10" #hw
|
- "result.ansible_facts.ansible_net_memtotal_mb > 10" #hw
|
||||||
- "result.ansible_facts.ansible_net_interfaces.Ethernet1.ipv4.masklen > 1" # interfaces
|
- "result.ansible_facts.ansible_net_interfaces.Management1.ipv4.masklen > 1" # interfaces
|
||||||
|
|
||||||
# ... and not present
|
# ... and not present
|
||||||
- "result.ansible_facts.ansible_net_config is not defined" # config
|
- "result.ansible_facts.ansible_net_config is not defined" # config
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
- "'hardware' not in result.ansible_facts.ansible_net_gather_subset"
|
- "'hardware' not in result.ansible_facts.ansible_net_gather_subset"
|
||||||
|
|
||||||
# Items from those subsets are present
|
# Items from those subsets are present
|
||||||
- "result.ansible_facts.ansible_net_interfaces.Ethernet1.ipv4.masklen > 1" # interfaces
|
- "result.ansible_facts.ansible_net_interfaces.Management1.ipv4.masklen > 1" # interfaces
|
||||||
# ... and not present
|
# ... and not present
|
||||||
- "result.ansible_facts.ansible_net_filesystems is not defined"
|
- "result.ansible_facts.ansible_net_filesystems is not defined"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue