summaryrefslogtreecommitdiff
path: root/test/integration/targets/cnos_save/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/cnos_save/tasks/main.yml')
-rw-r--r--test/integration/targets/cnos_save/tasks/main.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/integration/targets/cnos_save/tasks/main.yml b/test/integration/targets/cnos_save/tasks/main.yml
deleted file mode 100644
index 6251d9eb6e..0000000000
--- a/test/integration/targets/cnos_save/tasks/main.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# This contain sample template execution tasks
----
-- name: Test Save
- cnos_save: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data1}}"
-
-- name: Test Reset to factory
- cnos_factory: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data2}}"
-
-- name: Test Again save
- cnos_save: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data3}}"
-
-- name: Test Reload
- cnos_reload: host={{ inventory_hostname }} username={{ hostvars[inventory_hostname]['ansible_ssh_user']}} password={{ hostvars[inventory_hostname]['ansible_ssh_pass']}} deviceType={{ hostvars[inventory_hostname]['deviceType']}} outputfile=./results/cnos_save_{{ inventory_hostname }}_output.txt
- with_items: "{{cnos_save_data4}}"
-# Completed file