diff options
author | zhuwenqing <zhuwq.jy@fujitsu.com> | 2024-03-13 14:57:13 +0800 |
---|---|---|
committer | wenqing zhu <zhuwq.jy@fujitsu.com> | 2024-03-13 07:09:22 +0000 |
commit | 8a35e659dba8117eb0bb403cc0d2464bdd6fa052 (patch) | |
tree | c2eca3bc7f857c177606f0093d37fe8045facf97 | |
parent | 8368eb337196015abcb95c2fa8acb355a050658b (diff) |
agl-test-framework: Fix typoHEADsalmon_18.90.0salmon/18.90.018.90.0master
format was spelled incorrectly
Bug-AGL: SPEC-4753
Change-Id: I0851c534ce2b81e0e9ea7a13c52395e2f52ad78b
Signed-off-by: zhuwenqing <zhuwq.jy@fujitsu.com>
-rw-r--r-- | plugins/agl_test_log.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/agl_test_log.py b/plugins/agl_test_log.py index 31c6b6d..c9e1b80 100644 --- a/plugins/agl_test_log.py +++ b/plugins/agl_test_log.py @@ -6,7 +6,7 @@ Process the log and init test_cases_values_and_status. log : the path of default log -default log formate : +default log format : -> case_name: TEST-PASS -> case_name: TEST-FAIL -> case_name: TEST-SKIP @@ -28,7 +28,7 @@ Process the log and init test_cases_values_and_status. log : the path of default log -default log formate : +default log format : -> case_name: TEST-PASS -> case_name: TEST-FAIL -> case_name: TEST-SKIP @@ -48,7 +48,7 @@ and init test_cases_values_and_status. log : the path of gnome_desktop_testing log -gnome_desktop_testing log formate: +gnome_desktop_testing log format: PASS: glib/tls-database.test FAIL: glib/markup-escape.test SKIP: glib/testname.test @@ -65,7 +65,7 @@ Process the log and init test_cases_values_and_status. log : the path of log file -log formate: +log format: PASS: case_name FAIL: case_name SKIP: case_name |