diff options
Diffstat (limited to 'tests/integration/targets/vyos_l3_interface/tasks/cli.yaml')
-rw-r--r-- | tests/integration/targets/vyos_l3_interface/tasks/cli.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_l3_interface/tasks/cli.yaml b/tests/integration/targets/vyos_l3_interface/tasks/cli.yaml index 90f265f..b23cb60 100644 --- a/tests/integration/targets/vyos_l3_interface/tasks/cli.yaml +++ b/tests/integration/targets/vyos_l3_interface/tasks/cli.yaml @@ -14,9 +14,13 @@ with_items: '{{ test_items }}' loop_control: loop_var: test_case_to_run + tags: + - network_cli - name: run test case (connection=local) include: '{{ test_case_to_run }} ansible_connection=local' with_first_found: '{{ test_items }}' loop_control: loop_var: test_case_to_run + tags: + - local |