ansible/hacking/tests
cinerama70 db276373e5 gen_distribution_version_testcase.py should fail if ansible run fails (#17693)
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.
2016-09-26 15:35:36 -07:00
..
gen_distribution_version_testcase.py gen_distribution_version_testcase.py should fail if ansible run fails (#17693) 2016-09-26 15:35:36 -07:00