From a2b2a39e45cd3db650a278f16d1bcc9a023be152 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 21 Jul 2020 18:36:35 -0400 Subject: Update tags for testing (#46) Update tags for testing Reviewed-by: https://github.com/apps/ansible-zuul --- tests/integration/targets/vyos_vlan/tasks/cli.yaml | 4 ++++ tests/integration/targets/vyos_vlan/tasks/main.yaml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/integration/targets/vyos_vlan') diff --git a/tests/integration/targets/vyos_vlan/tasks/cli.yaml b/tests/integration/targets/vyos_vlan/tasks/cli.yaml index 90f265f..b23cb60 100644 --- a/tests/integration/targets/vyos_vlan/tasks/cli.yaml +++ b/tests/integration/targets/vyos_vlan/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_vlan/tasks/main.yaml b/tests/integration/targets/vyos_vlan/tasks/main.yaml index a3db933..07b0f2e 100644 --- a/tests/integration/targets/vyos_vlan/tasks/main.yaml +++ b/tests/integration/targets/vyos_vlan/tasks/main.yaml @@ -1,4 +1,2 @@ --- - include: cli.yaml - tags: - - cli -- cgit v1.2.3