diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2018-08-14 08:43:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 08:43:21 -0400 |
commit | d6d7b6123e102437c3a247d3604fb3b733ed80fb (patch) | |
tree | 2b3a9aa0a006d69d36fb25ac400bde7e8db9e274 /test/integration/targets/prepare_junos_tests | |
parent | 21fcaf0738c0abbb254f859009ae10af0fdbd8ea (diff) | |
download | ansible-d6d7b6123e102437c3a247d3604fb3b733ed80fb.tar.gz |
Tag prepare tasks as netconf so they can be skipped for cli-only tests (#44119)
Diffstat (limited to 'test/integration/targets/prepare_junos_tests')
-rw-r--r-- | test/integration/targets/prepare_junos_tests/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/prepare_junos_tests/tasks/main.yml b/test/integration/targets/prepare_junos_tests/tasks/main.yml index 9d0da8ca3b..e99191374e 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 |