Toshio Kuratomi
|
f8911adbbc
|
For now, skip tests of module_utils/basic functions that are failing on
py3 (these are only run on the target hosts, not on the controller).
|
2015-12-03 14:26:25 -08:00 |
|
Toshio Kuratomi
|
b9fbfaf64e
|
Also some unicode tests for return_values()
|
2015-12-02 21:12:33 -08:00 |
|
Toshio Kuratomi
|
2c5c7b54f6
|
Add some test data that has unicode values
|
2015-12-02 21:12:26 -08:00 |
|
Brano Zarnovican
|
90f99f29ae
|
unittest cover for 'run_command'
All os.*, subprocess.* is mocked to avoid side-effects.
Tests are skipped in Py3, since 'run_command' is not Py3-ready, yet.
|
2015-11-17 11:57:50 +01:00 |
|
Toshio Kuratomi
|
5a0e63af1e
|
Workaround seeming bug in python-2.6's sys.exit()
|
2015-10-21 11:54:02 -07:00 |
|
Toshio Kuratomi
|
6e5055e786
|
Update the use of no_log values to cover everything that heuristic_log_sanitize does.
Fixes #12792
|
2015-10-21 08:15:46 -07:00 |
|
Toshio Kuratomi
|
c2d188baff
|
Hide values in json returns which were given in parameters marked no_log.
|
2015-10-20 12:42:36 -07:00 |
|
Toshio Kuratomi
|
15d7f53846
|
AnsibleModules.log() fix for python3
Also add unittests for AnsibleModules.log()
Fixes #12586
|
2015-10-12 13:30:27 -07:00 |
|