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 --- plugins/agl_test_base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/agl_test_base.py') diff --git a/plugins/agl_test_base.py b/plugins/agl_test_base.py index bd39335..a6bcff9 100644 --- a/plugins/agl_test_base.py +++ b/plugins/agl_test_base.py @@ -47,7 +47,6 @@ class AGLBaseTest: def log_process(self): logfile = self.get_logfile() self.case_info_list = log.log_process(logfile) - self.init_case_status() def init_case_status(self): for key in self.case_info_list: -- cgit