summaryrefslogtreecommitdiff
path: root/tests/integration/targets/vyos_lldp/tasks
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_lldp/tasks
parentd313ae144ff794d84f738b6fc2792834bfc6370b (diff)
downloadvyos.vyos-a2b2a39e45cd3db650a278f16d1bcc9a023be152.tar.gz
vyos.vyos-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_lldp/tasks')
-rw-r--r--tests/integration/targets/vyos_lldp/tasks/cli.yaml4
-rw-r--r--tests/integration/targets/vyos_lldp/tasks/main.yaml2
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/integration/targets/vyos_lldp/tasks/cli.yaml b/tests/integration/targets/vyos_lldp/tasks/cli.yaml
index 90f265f..b23cb60 100644
--- a/tests/integration/targets/vyos_lldp/tasks/cli.yaml
+++ b/tests/integration/targets/vyos_lldp/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
diff --git a/tests/integration/targets/vyos_lldp/tasks/main.yaml b/tests/integration/targets/vyos_lldp/tasks/main.yaml
index a3db933..07b0f2e 100644
--- a/tests/integration/targets/vyos_lldp/tasks/main.yaml
+++ b/tests/integration/targets/vyos_lldp/tasks/main.yaml
@@ -1,4 +1,2 @@
---
- include: cli.yaml
- tags:
- - cli