Fix connection type in junos integration tests (#34583)

* Fix connection type in junos integration tests

*  For find module in junos integration test
   add connection type local and delegate task to localhost

* Fix review comment
This commit is contained in:
Ganesh Nalawade
2018-01-08 23:22:53 +05:30
committed by GitHub
parent dc85176512
commit 458cc38992
20 changed files with 22 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
find:
paths: "{{ role_path }}/tests/netconf_json"
patterns: "{{ testcase }}.yaml"
connection: local
register: test_cases
- name: set test_items

View File

@@ -3,6 +3,7 @@
find:
paths: "{{ role_path }}/tests/netconf_text"
patterns: "{{ testcase }}.yaml"
connection: local
register: test_cases
- name: set test_items

View File

@@ -3,6 +3,7 @@
find:
paths: "{{ role_path }}/tests/netconf_xml"
patterns: "{{ testcase }}.yaml"
connection: local
register: test_cases
- name: set test_items