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/libpam/run_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/libpam/run_tests.py') diff --git a/tests/libpam/run_tests.py b/tests/libpam/run_tests.py index 1b7684f..9b2ffab 100644 --- a/tests/libpam/run_tests.py +++ b/tests/libpam/run_tests.py @@ -11,7 +11,6 @@ class LIBPAMBase(PTESTBase): def log_process(self): log_file = self.get_logfile() self.case_info_list = parser.log_parse(log_file) - self.init_case_status() instance = LIBPAMBase() instance.run_ptest() -- cgit