From 39b04de14116e2a681dc6bad474dc76620d2de57 Mon Sep 17 00:00:00 2001 From: duerpei Date: Sat, 3 Sep 2022 15:48:31 +0800 Subject: agl-test-framework: add "XPASS" and "XFAIL" states Adjust the test framework , add "XPASS" and "XFAIL" states for the result of test case, and delete useless code by the way. Bug-AGL: SPEC-4345 Signed-off-by: duerpei Change-Id: I5763dc27caef956fb6632fcb59d9f95d671f4766 --- template/summary_result_tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/summary_result_tpl.html') diff --git a/template/summary_result_tpl.html b/template/summary_result_tpl.html index 6b8f9fe..6b173cf 100644 --- a/template/summary_result_tpl.html +++ b/template/summary_result_tpl.html @@ -6,7 +6,7 @@

{{ data.test_name }} test report

  • Status : {{ data.test_status }}
  • -
  • Total : {{ data.collected }} Pass : {{ data.passed }} Fail : {{ data.failed }} Skip : {{ data.skipped }}
  • +
  • Total : {{ data.collected }} Pass : {{ data.passed }} Xpass : {{ data.xpassed }} Fail : {{ data.failed }} Xfail : {{ data.xfailed }} Skip : {{ data.skipped }}
  • Details :
  • {{ data.case_status_html }} -- cgit 1.2.3-korg