diff options
author | Paul Belanger <pabelanger@redhat.com> | 2020-07-21 18:36:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 22:36:35 +0000 |
commit | a2b2a39e45cd3db650a278f16d1bcc9a023be152 (patch) | |
tree | 60197571a953988c25b934e81c68921f35cd2806 /tests/integration/targets/vyos_static_route/tasks/cli.yaml | |
parent | d313ae144ff794d84f738b6fc2792834bfc6370b (diff) | |
download | vyos-ansible-old-a2b2a39e45cd3db650a278f16d1bcc9a023be152.tar.gz vyos-ansible-old-a2b2a39e45cd3db650a278f16d1bcc9a023be152.zip |
Update tags for testing (#46)
Update tags for testing
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tests/integration/targets/vyos_static_route/tasks/cli.yaml')
-rw-r--r-- | tests/integration/targets/vyos_static_route/tasks/cli.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_static_route/tasks/cli.yaml b/tests/integration/targets/vyos_static_route/tasks/cli.yaml index 90f265f..b23cb60 100644 --- a/tests/integration/targets/vyos_static_route/tasks/cli.yaml +++ b/tests/integration/targets/vyos_static_route/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 |