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_logging/tasks/cli.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/integration/targets/vyos_logging/tasks/cli.yaml') diff --git a/tests/integration/targets/vyos_logging/tasks/cli.yaml b/tests/integration/targets/vyos_logging/tasks/cli.yaml index 90f265f..b23cb60 100644 --- a/tests/integration/targets/vyos_logging/tasks/cli.yaml +++ b/tests/integration/targets/vyos_logging/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 -- cgit v1.2.3