diff options
author | 2022-09-03 15:48:31 +0800 | |
---|---|---|
committer | 2022-12-08 05:59:37 +0000 | |
commit | 39b04de14116e2a681dc6bad474dc76620d2de57 (patch) | |
tree | 634a47628bfbe355e658aa27e73972adfdf73750 /plugins/agl_test_base.py | |
parent | 85e3c12681faca0519ca995a82feeb7709397ca2 (diff) |
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 <duep.fnst@fujitsu.com>
Change-Id: I5763dc27caef956fb6632fcb59d9f95d671f4766
Diffstat (limited to 'plugins/agl_test_base.py')
-rw-r--r-- | plugins/agl_test_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |