diff options
author | Scott Moser <smoser@brickies.net> | 2017-10-20 14:58:24 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-10-20 16:03:14 -0400 |
commit | a51968d50e7cdecabaf255c26386fd82f6640cc3 (patch) | |
tree | 107a9d507ff62ea4b735e0b0eaa538425ad60a5d /cloudinit/config/cc_lxd.py | |
parent | 6bc504e41666329631cdfd5b947ed5b0e2529a76 (diff) | |
download | vyos-cloud-init-a51968d50e7cdecabaf255c26386fd82f6640cc3.tar.gz vyos-cloud-init-a51968d50e7cdecabaf255c26386fd82f6640cc3.zip |
citest: show the class actual class name in results.
Tests are currently run by creating a temporary subclass of each class
and then executing it (in get_suites). When running the tests suite
the output would contain the temporary class name. That was less than
useful, and made batch runs almost impossible to identify which
test case had an error.
This change goes from output of:
FAIL: test_no_warnings_in_log \
(tests.cloud_tests.testcases.get_suite.<locals>.tmp)
To
FAIL: test_no_warnings_in_log \
(tests.cloud_tests.testcases.modules.ntp.TestNtp)
Diffstat (limited to 'cloudinit/config/cc_lxd.py')
0 files changed, 0 insertions, 0 deletions