Commit 83b019a5 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/402389


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarSeth Howell <seth.howell5141@gmail.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 7448f895
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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")