Files
community.general/lib/ansible
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
2016-12-05 21:42:09 -05:00
..
2015-05-03 21:47:26 -05:00
2016-11-29 12:34:30 -05:00
2016-11-29 14:21:34 -08:00
2016-12-05 14:15:43 -08:00
2016-11-23 16:30:46 -05:00
2016-12-05 13:03:14 -08:00
2016-10-03 11:46:31 -05:00
2015-05-03 21:47:26 -05:00