diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-07-25 11:09:23 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-08-06 11:02:02 +0000 |
commit | 7d7259ab1a065f0d1f849b29270514eacd3a1efe (patch) | |
tree | 872b5dd06071be44440bc0524b314cef4c3d3d82 /resources/libraries/robot/performance | |
parent | fb3aba8bd6418418d9b3741839c4b305d8c72a4e (diff) |
VPPD: Dot1Q
Change-Id: I0d3c925ea4a6896a0df98db6ddaf4238e6291bf1
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance')
-rw-r--r-- | resources/libraries/robot/performance/performance_configuration.robot | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 3f5538d3ad..6e65e26d8e 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -114,24 +114,6 @@ | | | ... | VPP Set Interface MTU | ${nodes['${dut}']} | ${${dut}_if1_2} | | All VPP Interfaces Ready Wait | ${nodes} -| Initialize AVF interfaces -| | [Documentation] -| | ... | Initialize AVF interfaces on each DUT. Interfaces are brought up. -| | ... -| | ${duts}= | Get Matches | ${nodes} | DUT* -| | :FOR | ${dut} | IN | @{duts} -| | | ${if1_pci}= | Get Interface PCI Addr | ${nodes['${dut}']} -| | | ... | ${${dut}_if1_vf0} -| | | ${if2_pci}= | Get Interface PCI Addr | ${nodes['${dut}']} -| | | ... | ${${dut}_if2_vf0} -| | | ${dut_eth_vf_if1}= | VPP Create AVF Interface | ${nodes['${dut}']} -| | | ... | ${if1_pci} | ${rxq_count_int} -| | | ${dut_eth_vf_if2}= | VPP Create AVF Interface | ${nodes['${dut}']} -| | | ... | ${if2_pci} | ${rxq_count_int} -| | | Set Test Variable | ${${dut}_if1} | ${dut_eth_vf_if1} -| | | Set Test Variable | ${${dut}_if2} | ${dut_eth_vf_if2} -| | Set interfaces in path up - | Initialize IPSec in 3-node circular topology | | [Documentation] | | ... | Set UP state on VPP interfaces in path on nodes in 3-node circular |