summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_sros_tests/tasks/main.yml
diff options
context:
space:
mode:
authorwiso <wisotzky@users.noreply.github.com>2018-05-24 12:14:39 +0200
committerGanesh Nalawade <ganesh634@gmail.com>2018-05-24 15:44:39 +0530
commit160bf82544eca98e8ac2287ab7be8287097c14b9 (patch)
treeb4fe0887098aa6c07c63be6e919ea6b7b96a48a6 /test/integration/targets/prepare_sros_tests/tasks/main.yml
parent387a23c3d14f6c29ef6e78ca333c6a054eac5730 (diff)
downloadansible-160bf82544eca98e8ac2287ab7be8287097c14b9.tar.gz
Add NETCONF support for SROS devices (#40330)
* added NETCONF support for SROS devices * corrected alu mapping * fix pep8 in sros.py * BOT META file updated
Diffstat (limited to 'test/integration/targets/prepare_sros_tests/tasks/main.yml')
-rw-r--r--test/integration/targets/prepare_sros_tests/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/prepare_sros_tests/tasks/main.yml b/test/integration/targets/prepare_sros_tests/tasks/main.yml
new file mode 100644
index 0000000000..352484edd5
--- /dev/null
+++ b/test/integration/targets/prepare_sros_tests/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- debug: msg="START prepare_sros_tests/main.yaml"
+
+- name: wait until everything is ready to go
+ pause:
+ seconds: 1