mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fix eos_facts eapi integration test failures (#37301)
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
- debug: msg="START eapi/default_facts.yaml"
|
- debug: msg="START eapi/default_facts.yaml"
|
||||||
|
|
||||||
|
- name: Make sure LLDP is running (setup)
|
||||||
|
eos_config:
|
||||||
|
lines: lldp run
|
||||||
|
authorize: yes
|
||||||
|
provider: "{{ eapi }}"
|
||||||
|
|
||||||
- name: test getting default facts
|
- name: test getting default facts
|
||||||
eos_facts:
|
eos_facts:
|
||||||
@@ -28,4 +33,10 @@
|
|||||||
# ... 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
|
||||||
|
|
||||||
|
- name: Make sure LLDP is running (setup)
|
||||||
|
eos_config:
|
||||||
|
lines: lldp run
|
||||||
|
authorize: yes
|
||||||
|
provider: "{{ eapi }}"
|
||||||
|
|
||||||
- debug: msg="END eapi/default.yaml"
|
- debug: msg="END eapi/default.yaml"
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
- debug: msg="START eapi/not_hardware_facts.yaml"
|
- debug: msg="START eapi/not_hardware_facts.yaml"
|
||||||
|
|
||||||
|
- name: Make sure LLDP is running (setup)
|
||||||
|
eos_config:
|
||||||
|
lines: lldp run
|
||||||
|
authorize: yes
|
||||||
|
provider: "{{ eapi }}"
|
||||||
|
|
||||||
- name: test not hardware
|
- name: test not hardware
|
||||||
eos_facts:
|
eos_facts:
|
||||||
@@ -27,4 +32,10 @@
|
|||||||
# ... and not present
|
# ... and not present
|
||||||
- "result.ansible_facts.ansible_net_filesystems is not defined"
|
- "result.ansible_facts.ansible_net_filesystems is not defined"
|
||||||
|
|
||||||
|
- name: Make sure LLDP is running (teardown)
|
||||||
|
eos_config:
|
||||||
|
lines: no lldp run
|
||||||
|
authorize: yes
|
||||||
|
provider: "{{ eapi }}"
|
||||||
|
|
||||||
- debug: msg="END eapi/not_hardware_facts.yaml"
|
- debug: msg="END eapi/not_hardware_facts.yaml"
|
||||||
|
|||||||
Reference in New Issue
Block a user