diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-08-14 09:04:09 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-08-16 14:39:56 +0200 |
commit | a75ddafd4f342b6c7964f0c5b152d0674144e33a (patch) | |
tree | f3ee28133f831982a28157cfe011cb60c0debdd3 /resources/libraries/robot/performance/performance_setup.robot | |
parent | ba0d4b44c16a371f9fd8386121995ce81baa668a (diff) |
CSIT-777: L2 keywords for MACIP ACL tests
Change-Id: I678d87770405105555ccc30ce0003f704d7ca82e
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance/performance_setup.robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_setup.robot | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/resources/libraries/robot/performance/performance_setup.robot b/resources/libraries/robot/performance/performance_setup.robot index 5bb5015a23..95b2bddd4f 100644 --- a/resources/libraries/robot/performance/performance_setup.robot +++ b/resources/libraries/robot/performance/performance_setup.robot @@ -566,3 +566,24 @@ | | Vpp Log Plugin Acl Settings | ${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} |