diff options
author | Qiu Tingting <qiutt@fujitsu.com> | 2022-10-07 10:46:36 +0800 |
---|---|---|
committer | Qiu Tingting <qiutt@fujitsu.com> | 2022-10-07 10:46:36 +0800 |
commit | 8fdb9582a0634bf7fdb6015922b1d153d42f1256 (patch) | |
tree | 82ae614e8314e53dc09d042b13fd27c576dc59d6 /tests/expat/run_tests.py | |
parent | 86726548ca895dda37ace0d4d1ad4c0cfe38dc83 (diff) |
agl-test-framework: fix bug for ptest testsuites
Fix bug for ptest testsuites which introduced by the following commit:
agl-test-framework: add "XPASS" and "XFAIL" states
Bug-AGL: SPEC-4345
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Change-Id: I77309e05468045bf1deba1ce94aed81f9492d5e9
Diffstat (limited to 'tests/expat/run_tests.py')
-rw-r--r-- | tests/expat/run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/expat/run_tests.py b/tests/expat/run_tests.py index 9db1853..bc08592 100644 --- a/tests/expat/run_tests.py +++ b/tests/expat/run_tests.py @@ -9,7 +9,6 @@ class EXPATBase(PTESTBase): def log_process(self): log_file = self.get_logfile() self.case_info_list = parser.log_parse(log_file) - self.init_case_status() instance = EXPATBase() instance.run_ptest() |