diff options
author | 2022-05-26 13:48:51 +0800 | |
---|---|---|
committer | 2022-05-26 13:48:51 +0800 | |
commit | daed111bea534c63ed6906e8e0c1b5578e324838 (patch) | |
tree | d6245a713b21bd494469a38ac18d31e35cb01f16 /rpm/rootfs-scripts/parser.py | |
parent | 3956e11df8cff8bc2e8feb4564b63c13daf27f49 (diff) |
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 <qiutt@fujitsu.com>
Change-Id: If86c283f6f207fe08912acb7e5e1b754fcb5ea36
Diffstat (limited to 'rpm/rootfs-scripts/parser.py')
-rw-r--r-- | rpm/rootfs-scripts/parser.py | 8 |
1 files changed, 0 insertions, 8 deletions
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 |