summaryrefslogtreecommitdiffstats
path: root/glib2/rootfs-scripts/parser.py
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2022-07-14 14:17:13 +0800
committerduerpei <duep.fnst@fujitsu.com>2022-07-14 14:17:13 +0800
commit761c64f22b8a6c1202a2c9caafda36e154e81d41 (patch)
treebcde3881bed4d48b2b05aff9d8a2990d11445909 /glib2/rootfs-scripts/parser.py
parent8e0004e1d751dce49b97b00d65519c92609a213a (diff)
qa-test-misc: demo code submissionneedlefish_13.93.0needlefish/13.93.013.93.0
Submit the test scripts of rpm and glib2, and the file of LICENSE and README Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: I2e2311d2864285c4c5da3309486b2e1fa8adc2ec
Diffstat (limited to 'glib2/rootfs-scripts/parser.py')
-rw-r--r--glib2/rootfs-scripts/parser.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/glib2/rootfs-scripts/parser.py b/glib2/rootfs-scripts/parser.py
new file mode 100644
index 0000000..33aded3
--- /dev/null
+++ b/glib2/rootfs-scripts/parser.py
@@ -0,0 +1,7 @@
+from plugins.agl_test_log import log_process_gnome_desktop_testing
+
+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_gnome_desktop_testing(log)
+ return test_cases_values_and_status