You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network
René Moser f2729f11c3 ios_config: fix "save" arg results in timeout (#21344)
* ios_config: fix "save" arg results in timeout

The command "copy running-config startup-config" prompts for a
destination filename, which was not handled.

~~~
testswitch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
0 bytes copied in 0.679 secs (0 bytes/sec)

[15:16]
ios: write memory
~~~

* test_ios_config: adjust test_ios_config_save
9 years ago
..
basics adds new module net_command for network devices (#19468) 9 years ago
eos updates eos modules to use socket (#21197) 9 years ago
ios ios_config: fix "save" arg results in timeout (#21344) 9 years ago
iosxr Refactor iosxr_facts to use network_cli plugin (#20857) 9 years ago
junos Add unit testcase for junos_command module (#20034) 9 years ago
vyos updates vyos modules to use socket connection (#21228) 9 years ago
__init__.py adds new module net_command for network devices (#19468) 9 years ago