Fix ios_fact integration test issue (#27771)

Fixes #27563
This commit is contained in:
Ganesh Nalawade 2017-08-05 00:47:53 +05:30 committed by GitHub
parent 02bcd7c0ed
commit 634327c5f6
4 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@
ios_facts: ios_facts:
gather_subset: gather_subset:
- all - all
provider: "{{ cli }}"
register: result register: result

View file

@ -4,6 +4,7 @@
- name: test getting default facts - name: test getting default facts
ios_facts: ios_facts:
provider: "{{ cli }}"
register: result register: result
- assert: - assert:

View file

@ -6,6 +6,7 @@
ios_facts: ios_facts:
gather_subset: gather_subset:
- "foobar" - "foobar"
provider: "{{ cli }}"
register: result register: result
ignore_errors: true ignore_errors: true
@ -28,6 +29,7 @@
gather_subset: gather_subset:
- "!hardware" - "!hardware"
- "hardware" - "hardware"
provider: "{{ cli }}"
register: result register: result
ignore_errors: true ignore_errors: true

View file

@ -6,6 +6,7 @@
ios_facts: ios_facts:
gather_subset: gather_subset:
- "!hardware" - "!hardware"
provider: "{{ cli }}"
register: result register: result
- assert: - assert: