diff options
author | pmikus <pmikus@cisco.com> | 2017-01-12 12:55:05 +0100 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2017-01-12 12:55:05 +0100 |
commit | 10c36f1e0a1e113915898c02a61df7021c005c32 (patch) | |
tree | 4c0cdc98b2757637c19c4a75a38465be7150bee6 /resources/tools | |
parent | 3ef4ce6c9cc006d728a8acea20bc18aadc88acdc (diff) |
Update: plot script for new tags
Update plot script based on the change in TC TAGS
Change-Id: I9412e38d4306b69c75b16943b64b987c2553c167
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools')
-rwxr-xr-x | resources/tools/robot_output_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/robot_output_parser.py b/resources/tools/robot_output_parser.py index d5e9b88597..dc6554246b 100755 --- a/resources/tools/robot_output_parser.py +++ b/resources/tools/robot_output_parser.py @@ -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: |