diff options
Diffstat (limited to 'test/integration/targets/junos_vrf')
-rw-r--r-- | test/integration/targets/junos_vrf/tasks/netconf.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/junos_vrf/tasks/netconf.yaml b/test/integration/targets/junos_vrf/tasks/netconf.yaml index 337b000896..24181dcf38 100644 --- a/test/integration/targets/junos_vrf/tasks/netconf.yaml +++ b/test/integration/targets/junos_vrf/tasks/netconf.yaml @@ -3,6 +3,7 @@ paths: "{{ role_path }}/tests/netconf" patterns: "{{ testcase }}.yaml" register: test_cases + connection: local - name: set test_items set_fact: test_items="{{ test_cases.files | map(attribute='path') | list }}" |