diff options
author | Ganesh Nalawade <ganesh634@gmail.com> | 2017-08-02 11:28:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 11:28:34 +0530 |
commit | 6e0741e8b61879c76dfb05e4f9c1c2421b140da1 (patch) | |
tree | 239b44c9eafd465017b928a2ba2cff4e896c6e80 /test/integration/targets/junos_banner | |
parent | 9304d6cb01a924c77ddfdf4cb199edb578f7bd48 (diff) | |
download | ansible-6e0741e8b61879c76dfb05e4f9c1c2421b140da1.tar.gz |
Add dependency to run junos integration test (#27620)
Diffstat (limited to 'test/integration/targets/junos_banner')
-rw-r--r-- | test/integration/targets/junos_banner/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/junos_banner/meta/main.yml b/test/integration/targets/junos_banner/meta/main.yml new file mode 100644 index 0000000000..191a0f2ea1 --- /dev/null +++ b/test/integration/targets/junos_banner/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: + - prepare_junos_tests |