diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-10-17 15:36:54 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-10-17 15:36:54 +0200 |
commit | f3e80e15bfa2292e635c4ab8f5496d5eab46a350 (patch) | |
tree | 64c2b6d2312995b267ca625523cdcbe6490024d2 /resources | |
parent | b015ecf08aba9659d0261dfa6eb0da9ab4950b92 (diff) |
FIX: Log MACIP ACL settings only if test failed
Change-Id: I6d51c662d8b23789adcd9c3d1b1e8736f71d5279
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources')
-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} |