Update: plot script for new tags 55/4655/1
authorpmikus <pmikus@cisco.com>
Thu, 12 Jan 2017 11:55:05 +0000 (12:55 +0100)
committerpmikus <pmikus@cisco.com>
Thu, 12 Jan 2017 11:55:05 +0000 (12:55 +0100)
Update plot script based on the change in TC TAGS

Change-Id: I9412e38d4306b69c75b16943b64b987c2553c167
Signed-off-by: pmikus <pmikus@cisco.com>
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: