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/plugins
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
..
action Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 8 years ago
cache Add empty-init code-smell script. (#18406) 8 years ago
callback More test coverage for plugins/callback/__init__ (#18020) 8 years ago
connection add back reverted change to network_cli (#18761) 8 years ago
filter Add empty-init code-smell script. (#18406) 8 years ago
inventory Add empty-init code-smell script. (#18406) 8 years ago
lookup Add empty-init code-smell script. (#18406) 8 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy Reworking iterator logic regarding failed states during always 8 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py