db276373e5
Currently, "ansible localhost -m setup" can fail silently during the run of gen_distribution_version_testcase.py, resulting in incorrect output. Use check_output() rather than communicate() and handle the exception if we get a nonzero return value. |
||
---|---|---|
.. | ||
gen_distribution_version_testcase.py |