Toshio Kuratomi
3fba006207
Update bare exceptions to specify Exception.
...
This will keep us from accidentally catching program-exiting exceptions
like KeyboardInterupt and SystemExit.
2018-12-16 15:03:19 -08:00
Matt Clay
3033fd96b0
Move unit test compat code out of lib/ansible/
. ( #46996 )
...
* Move ansible.compat.tests to test/units/compat/.
* Fix unit test references to ansible.compat.tests.
* Move builtins compat to separate file.
* Fix classification of test/units/compat/ dir.
2018-10-12 20:01:14 -07:00
Nathaniel Case
82dfa542c2
Replace bogus (but routeable) ip addresses with RFC 5737 example addresses ( #40554 )
...
* Remove 1.1.1.1 from *_config tests
* remove from *_smoke and *_system
* Miscellaneous other tests
* Remove from module documentation as well
* Remove from unit tests as well
* Remove accidental duplication from rebase
2018-05-30 13:03:20 -04:00
Jordan Borean
9ee079f34d
further fixes to rename only where required ( #35432 )
2018-01-29 07:02:31 +10:00
Jordan Borean
d902bd39a3
renamed test file to allow checkouts on Windows ( #35430 )
...
* renamed test file to allow checkouts on Windows
* used different name pattern to fix sanity issues
2018-01-29 06:22:05 +10:00
Senthil Kumar Ganesan
2f46f8f944
Added support for new Ansible Infra (network_cli plugin, cliconf, module utils cleanup and test) for dellos10 Support t ( #34915 )
...
* Support for network_cli plugin and tests
* Fixed ansible-test * issues
* Fixed Pylint warning
* Fixed the sanity test errors
* Fix YAMLlinter issue - removed blank spaces
* Fixed Python 3 failures
* Fixed the PEP8 issue
* Fix sanity --test validate-modules
* Reverted the changes to the doc fragments
2018-01-25 12:37:27 +00:00