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
Peter Sprygada dc23667cc2 add back reverted change to network_cli (#18761)
This adds back the change to the network_cli plugin.  Ths change adds
the ensure_connect decorator to the open_shell() method to make sure
the connection is valid before trying to open a shell.

The issue was due to the addition of the decorator that will call
_connect() when there is no connection.  The _connect() method should
have been mocked in the test case.  This commit fixes the test
case as well

Change was originally reverted in c414ded69a
8 years ago
..
cli set galaxy unit test server to None (#18298) 8 years ago
contrib skip vmware inventory when missing lib 8 years ago
errors Add empty-init code-smell script. (#18406) 8 years ago
executor Add empty-init code-smell script. (#18406) 8 years ago
inventory Add lots of test cases to inventory/test_host.py (#17827) 8 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock Add empty-init code-smell script. (#18406) 8 years ago
module_utils Add empty-init code-smell script. (#18406) 8 years ago
modules Clean up shebangs for various files. 8 years ago
parsing Fix unit test dirs to match code under test. 8 years ago
playbook make hash_params more robust in the face of many corner cases (#18701) 8 years ago
plugins add back reverted change to network_cli (#18761) 8 years ago
template Add empty-init code-smell script. (#18406) 8 years ago
utils FEATURE: adding variable serial batches 8 years ago
vars ansible_playbook_python (#18530) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago