From 83d72abc853e9af39334b4fc12df98be9375e4f2 Mon Sep 17 00:00:00 2001 From: Qiu Tingting Date: Sat, 21 May 2022 10:02:56 +0800 Subject: agl-test-framework: change order of parameter for write_date_to_json. Signed-off-by: Qiu Tingting Change-Id: Ia5cb70ac5ada8be10c0be530a24fb5d6537f7cf6 --- plugins/agl_test_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/agl_test_report.py') diff --git a/plugins/agl_test_report.py b/plugins/agl_test_report.py index cee1853..19c6dd7 100644 --- a/plugins/agl_test_report.py +++ b/plugins/agl_test_report.py @@ -45,7 +45,7 @@ def get_summary(case_status): #Write the test result to a json file under the dir TMP_LOGS_DIR -def write_date_to_json(test_set_status,THIS_TEST,summary,case_status): +def write_date_to_json(THIS_TEST,test_set_status,summary,case_status): #The data that will be written into the json file data = { 'test_status': test_set_status, -- cgit 1.2.3-korg