aboutsummaryrefslogtreecommitdiffstats
path: root/rpm/rootfs-scripts/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/rootfs-scripts/report.py')
-rw-r--r--rpm/rootfs-scripts/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/rootfs-scripts/report.py b/rpm/rootfs-scripts/report.py
index 28f2ac5..8540e69 100644
--- a/rpm/rootfs-scripts/report.py
+++ b/rpm/rootfs-scripts/report.py
@@ -17,7 +17,7 @@ def log_report(test_cases_values_and_status,THIS_TEST):
else:
test_set_status = "failed"
- agl_test_report.write_date_to_json(test_set_status,THIS_TEST,summary,case_status)
+ agl_test_report.write_date_to_json(THIS_TEST,test_set_status,summary,case_status)
#Package log file
agl_test_report.log_compress(THIS_TEST)