Merge "[rp-reporter] Add parsing rulexam tests"
diff --git a/rp_reporter/rp_reporter/batch_reporter.py b/rp_reporter/rp_reporter/batch_reporter.py
index ab093fe..1a92ddc 100755
--- a/rp_reporter/rp_reporter/batch_reporter.py
+++ b/rp_reporter/rp_reporter/batch_reporter.py
@@ -367,6 +367,12 @@
if not test_results_files:
LOG.error(f"Can't found 'si_test_report.xml' in {child.url}")
+ case "oscore-rulexam-tests-runner":
+ title = "Rulexam"
+ test_results_files = child.get_link_from_description("si_test_report.xml")
+ if not test_results_files:
+ LOG.error(f"Can't found 'si_test_report.xml' in {child.url}")
+
case "oscore-perf-analyzer-tests-runner":
title = "Performance tests"
test_results_files = child.get_link_from_description("si_test_report.xml")