Update: plot script for new tags
[csit.git] / resources / tools / robot_output_parser.py
index d5e9b88..dc65542 100755 (executable)
@@ -86,7 +86,7 @@ class ExecutionChecker(ResultVisitor):
         :type test: Test
         :return: Nothing.
         """
-        if any("PERFTEST_LONG" in tag for tag in test.tags):
+        if any("NDRPDRDISC" in tag for tag in test.tags):
             if test.status == 'PASS':
                 tags = []
                 for tag in test.tags: