From d6d7b6123e102437c3a247d3604fb3b733ed80fb Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Tue, 14 Aug 2018 08:43:21 -0400 Subject: [PATCH] Tag prepare tasks as netconf so they can be skipped for cli-only tests (#44119) --- test/integration/targets/prepare_junos_tests/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/targets/prepare_junos_tests/tasks/main.yml b/test/integration/targets/prepare_junos_tests/tasks/main.yml index 9d0da8ca3b8..e99191374e4 100644 --- a/test/integration/targets/prepare_junos_tests/tasks/main.yml +++ b/test/integration/targets/prepare_junos_tests/tasks/main.yml @@ -5,7 +5,9 @@ junos_netconf: state: present connection: network_cli + tags: netconf - name: wait for netconf server to come up pause: seconds: 10 + tags: netconf