70af90436a
* Initial commit for cnos_rollback * Move roles to integration/roles directory and remove aliases file. * update module short description * Change module directory name to Lenovo * change import cnos statement
12 lines
511 B
YAML
12 lines
511 B
YAML
---
|
|
test_rollback_data1:
|
|
- {configType: running-config, protocol: "sftp", serverip: "10.241.106.118", serverusername: "root", serverpassword: "root123"}
|
|
|
|
test_rollback_data2:
|
|
- {configType: startup-config, protocol: "sftp", serverip: "10.241.106.118", serverusername: "root", serverpassword: "root123"}
|
|
|
|
test_rollback_data3:
|
|
- {configType: running-config, protocol: "tftp", serverip: "10.241.106.118"}
|
|
|
|
test_rollback_data4:
|
|
- {configType: startup-config, protocol: "tftp", serverip: "10.241.106.118"}
|