From 8fdb9582a0634bf7fdb6015922b1d153d42f1256 Mon Sep 17 00:00:00 2001 From: Qiu Tingting Date: Fri, 7 Oct 2022 10:46:36 +0800 Subject: 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 Change-Id: I77309e05468045bf1deba1ce94aed81f9492d5e9 --- tests/python3/run_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/python3') diff --git a/tests/python3/run_tests.py b/tests/python3/run_tests.py index 63b1a77..6ba5f1a 100644 --- a/tests/python3/run_tests.py +++ b/tests/python3/run_tests.py @@ -11,7 +11,6 @@ class Python3Base(PTESTBase): def log_process(self): log_file = self.get_logfile() self.case_info_list = parser.log_parse(log_file) - self.init_case_status() instance = Python3Base() instance.run_ptest() -- cgit 1.2.3-korg