summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_system/tasks/cli.yaml
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2020-07-21 18:36:35 -0400
committerGitHub <noreply@github.com>2020-07-21 22:36:35 +0000
commita2b2a39e45cd3db650a278f16d1bcc9a023be152 (patch)
tree60197571a953988c25b934e81c68921f35cd2806 /tests/integration/targets/vyos_system/tasks/cli.yaml
parentd313ae144ff794d84f738b6fc2792834bfc6370b (diff)
downloadvyos-ansible-collection-a2b2a39e45cd3db650a278f16d1bcc9a023be152.tar.gz
vyos-ansible-collection-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_system/tasks/cli.yaml')
-rw-r--r--tests/integration/targets/vyos_system/tasks/cli.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/targets/vyos_system/tasks/cli.yaml b/tests/integration/targets/vyos_system/tasks/cli.yaml
index 90f265f..b23cb60 100644
--- a/tests/integration/targets/vyos_system/tasks/cli.yaml
+++ b/tests/integration/targets/vyos_system/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