Index: dashboard/dashboard/bisect_fyi_test.py |
diff --git a/dashboard/dashboard/bisect_fyi_test.py b/dashboard/dashboard/bisect_fyi_test.py |
index 6d95c7200a3c70dbf11a42e754c685d60cd13bef..6187f1879ac4efad88ed2d30a4ed0d5aa6676f34 100644 |
--- a/dashboard/dashboard/bisect_fyi_test.py |
+++ b/dashboard/dashboard/bisect_fyi_test.py |
@@ -30,9 +30,8 @@ TEST_FYI_CONFIGS = { |
'test_type': 'perf' |
}, |
'expected_results': { |
- 'status': 'Status: Positive', |
- 'culprit': 'Commit : 2a1781d64d', |
- 'job_banner': '= BISECT JOB RESULTS =', |
+ 'status': ['completed'], |
+ 'culprit_data': {'cl': ['2a1781d64d']}, |
} |
}, |
'early_abort': { |
@@ -51,9 +50,7 @@ TEST_FYI_CONFIGS = { |
'test_type': 'perf' |
}, |
'expected_results': { |
- 'status': '', |
- 'culprit': '', |
- 'job_banner': '= BISECTION ABORTED =', |
+ 'status': ['aborted'], |
} |
}, |
} |