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
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
..
cli Legacy pep8 updates for setup.py and tests 9 years ago
contrib PEP 8 W291 whitespace cleanup. 9 years ago
errors Legacy pep8 updates for setup.py and tests 9 years ago
executor Legacy pep8 updates for setup.py and tests 9 years ago
inventory Add lots of test cases to inventory/test_host.py (#17827) 9 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Legacy pep8 updates for setup.py and tests 9 years ago
module_utils updates eos modules to use socket (#21197) 9 years ago
modules ios_config: fix "save" arg results in timeout (#21344) 9 years ago
parsing Legacy pep8 updates for setup.py and tests 9 years ago
playbook Legacy pep8 updates for setup.py and tests 9 years ago
plugins updates netconf to use persistent socket (#21307) 9 years ago
template Don't check for var._obj in template._clean_data (#20868) 9 years ago
utils PEP 8 indent cleanup. (#20800) 9 years ago
vars PEP 8 indent cleanup. (#20800) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago