test/autorun_post: list tests that ran
In addition to listing the tests that did not run, add a list of the tests that did run. Change-Id: Idf8b3583214a5e05c2d7f1a89a2ea60a2ef68432 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/402389 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Seth Howell <seth.howell5141@gmail.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
7448f89536
commit
83b019a533
@ -104,6 +104,11 @@ def aggregateCompletedTests(output_dir, repo_dir):
|
||||
except KeyError:
|
||||
continue
|
||||
|
||||
print("\n\n-----Tests Executed in Build------")
|
||||
for item in sorted(test_list):
|
||||
if test_list[item][0]:
|
||||
print(item)
|
||||
|
||||
print("\n\n-----Tests Missing From Build------")
|
||||
if not test_unit_with_valgrind:
|
||||
print("UNITTEST_WITH_VALGRIND\n")
|
||||
|
Loading…
x
Reference in New Issue
Block a user