diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-10-17 15:36:54 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-10-18 06:12:25 +0000 |
commit | ebbefcdade022d325b60785d8619efe24a2f3d2e (patch) | |
tree | bf5fdeb31f63be37fda079d584eb728ad86e8ff0 | |
parent | da34aced3457c352ed35ea91c629a675de1e4dc6 (diff) |
FIX: Log MACIP ACL settings only if test failed
Change-Id: I6d51c662d8b23789adcd9c3d1b1e8736f71d5279
Signed-off-by: Jan Gelety <jgelety@cisco.com>
(cherry picked from commit f3e80e15bfa2292e635c4ab8f5496d5eab46a350)
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 9713c2268a..434a555dcd 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -598,6 +598,7 @@ | | ... | | Tear down performance discovery test | ${rate} | ${framesize} | | ... | ${traffic_profile} -| | Run Keyword And Ignore Error | Vpp Log Macip Acl Settings | ${dut1} +| | Run Keyword If Test Failed | Run Keyword And Ignore Error +| | ... | Vpp Log Macip Acl Settings | ${dut1} | | Run Keyword And Ignore Error | | ... | Vpp Log Macip Acl Interface Assignment | ${dut1} |