From daed111bea534c63ed6906e8e0c1b5578e324838 Mon Sep 17 00:00:00 2001 From: Qiu Tingting Date: Thu, 26 May 2022 13:48:51 +0800 Subject: qa-test-misc: rewrite rpm tests with AGLBaseTest class Rewrite the run_tests.py with AGLBaseTest class added in agl-test-framework. Delete the parser.py and report.py. Bug-AGL: SPEC-4345 Signed-off-by: Qiu Tingting Change-Id: If86c283f6f207fe08912acb7e5e1b754fcb5ea36 --- rpm/rootfs-scripts/parser.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 rpm/rootfs-scripts/parser.py (limited to 'rpm/rootfs-scripts/parser.py') diff --git a/rpm/rootfs-scripts/parser.py b/rpm/rootfs-scripts/parser.py deleted file mode 100644 index c6de1af..0000000 --- a/rpm/rootfs-scripts/parser.py +++ /dev/null @@ -1,8 +0,0 @@ -from plugins.agl_test_log import log_process_default - - -def log_process(TMP_LOGS_DIR,THIS_TEST): - log = TMP_LOGS_DIR + THIS_TEST + "/log/" + THIS_TEST + ".log" - test_cases_values_and_status = [] - test_cases_values_and_status = log_process_default(log) - return test_cases_values_and_status -- cgit