1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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
2017-02-13 21:12:54 -05:00
..
basics adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00
eos updates eos modules to use socket (#21197) 2017-02-13 20:22:10 -05:00
ios ios_config: fix "save" arg results in timeout (#21344) 2017-02-13 21:12:54 -05:00
iosxr Refactor iosxr_facts to use network_cli plugin (#20857) 2017-02-06 22:23:17 +01:00
junos Add unit testcase for junos_command module (#20034) 2017-01-25 10:31:28 -05:00
vyos updates vyos modules to use socket connection (#21228) 2017-02-13 10:41:22 -05:00
__init__.py adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00