Skip to content

Commit

Permalink
#0: Add e2e_perf default on test hang
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesousa-TT committed Aug 21, 2024
1 parent 11cba2a commit 15c17ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sweep_framework/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def execute_suite(test_module, test_vectors, pbar_manager, suite_name):
p = None
tt_smi_util.run_tt_smi(ARCH)
result["status"], result["exception"] = TestStatus.FAIL_CRASH_HANG, "TEST TIMED OUT (CRASH / HANG)"
result["e2e_perf"] = None
result["timestamp"] = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")
result["host"] = get_hostname()
result["user"] = get_username()
Expand Down

0 comments on commit 15c17ad

Please sign in to comment.