[rp-reporter] Add parsing rulexam tests

Related-Prod: PRODX-53429
Change-Id: I1f692b082a05ba2850c61c03de99602e60f34fa0
diff --git a/rp_reporter/rp_reporter/batch_reporter.py b/rp_reporter/rp_reporter/batch_reporter.py
index 461437d..30399e6 100755
--- a/rp_reporter/rp_reporter/batch_reporter.py
+++ b/rp_reporter/rp_reporter/batch_reporter.py
@@ -372,6 +372,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")