X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_setup.robot;h=95b2bddd4f5ce68a3affa05b9f884e048bd8d3d5;hp=6e46e3bc0d9439e6894463572c87eaa8976c501e;hb=a75ddafd4f342b6c7964f0c5b152d0674144e33a;hpb=cb6b9fd6499a6e2f0efbb87ee84a8e768a7df869 diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 6e46e3bc0d..95b2bddd4f 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -562,7 +562,28 @@ | | [Arguments] | ${rate} | ${framesize} | ${traffic_profile} | | ... | | Tear down performance discovery test | ${rate} | ${framesize} -| ... | ${traffic_profile} +| | ... | ${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} + +| Tear down performance test with MACIP ACL +| | [Documentation] | Common test teardown for ndrdisc and pdrdisc performance \ +| | ... | tests with MACIP ACL feature used. +| | ... +| | ... | *Arguments:* +| | ... | - rate - Rate for sending packets. Type: string +| | ... | - framesize - L2 Frame Size [B]. Type: integer +| | ... | - traffic_profile - Traffic profile. Type: string +| | ... +| | ... | *Example:* +| | ... +| | ... | \| Tear down performance test with MACIP ACL \| 100000pps \| 64 \ +| | ... | \| ${traffic_profile} \| +| | ... +| | [Arguments] | ${rate} | ${framesize} | ${traffic_profile} +| | ... +| | Tear down performance discovery test | ${rate} | ${framesize} +| | ... | ${traffic_profile} +| | Vpp Log Macip Acl Settings | ${dut1} +| | Vpp Log Macip Acl Interface Assignment | ${dut1}