diff options
Diffstat (limited to 'test/integration/targets/iosxr_banner/tasks/netconf.yaml')
-rw-r--r-- | test/integration/targets/iosxr_banner/tasks/netconf.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/iosxr_banner/tasks/netconf.yaml b/test/integration/targets/iosxr_banner/tasks/netconf.yaml index 0e92b1c60f..904db03205 100644 --- a/test/integration/targets/iosxr_banner/tasks/netconf.yaml +++ b/test/integration/targets/iosxr_banner/tasks/netconf.yaml @@ -15,6 +15,8 @@ loop_control: loop_var: test_case_to_run +# Only one of the Testcase would be run to check if `connection: local` +# is established. Full suite is run with `connection:network_cli` or `connection:netconf` - name: run test case (connection=local) include: "{{ test_case_to_run }} ansible_connection=local" with_first_found: "{{ test_items }}" |