diff options
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 50985aac68..5bb5015a23 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -564,5 +564,5 @@ | | Tear down performance discovery test | ${rate} | ${framesize} | | ... | ${traffic_profile} | | Vpp Log Plugin Acl Settings | ${dut1} -| | Run Keyword And Ignore Error | Vpp Log Plugin Acl Interface Assignment -| | ... | ${dut1} +| | Run Keyword If Test Failed | Run Keyword And Ignore Error +| | ... | Vpp Log Plugin Acl Interface Assignment | ${dut1} |