X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Finterfaces%2Feth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot;h=93c6d8d73e333a21c390c7633332b58d36655349;hp=f2f821d1602f7c842ae1ff148cf5b81c98ca71e7;hb=be5265bc9612f5aedf4f25720c4bd8941e359410;hpb=8fc9b28d7a0381981e2cb614b02783b8238f65f2 diff --git a/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot b/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot index f2f821d160..93c6d8d73e 100644 --- a/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot +++ b/tests/vpp/device/interfaces/eth2p-ethipv4-l2bdbasemaclrn-eth-2tap-dev.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2019 Cisco and/or its affiliates. +# Copyright (c) 2020 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -16,9 +16,10 @@ | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | L2BD | BASE | 2TAP | DRV_VFIO_PCI -| ... | EXPECTED_FAILING +| ... | RXQ_SIZE_0 | TXQ_SIZE_0 +| ... | ethipv4-l2bdbasemaclrn-eth-2tap | -| Suite Setup | Setup suite single link | scapy +| Suite Setup | Setup suite topology interfaces | scapy | Test Setup | Setup test | namespace | Test Teardown | Tear down test | packet_trace | namespace | linux_bridge | @@ -44,6 +45,10 @@ | ${crypto_type}= | ${None} | ${nic_name}= | virtual | ${nic_driver}= | vfio-pci +| ${nic_rxq_size}= | 0 +| ${nic_txq_size}= | 0 +| ${nic_pfs}= | 2 +| ${nic_vfs}= | 0 | ${overhead}= | ${0} | ${bid_TAP}= | tapBr @@ -72,17 +77,17 @@ | | ${int2}= | And Add Tap Interface | ${dut1} | tap1 | | And Set Interface State | ${dut1} | ${int1} | up | | And Set Interface State | ${dut1} | ${int2} | up -| | And Create bridge domain | ${dut1} | 19 | learn=${TRUE} -| | And Create bridge domain | ${dut1} | 20 | learn=${TRUE} +| | And Create L2 BD | ${dut1} | 19 | learn=${TRUE} +| | And Create L2 BD | ${dut1} | 20 | learn=${TRUE} | | And Linux Add Bridge | ${dut1} | ${bid_TAP} | tap0 | tap1 | | And Add interface to bridge domain | ${dut1} | ${int1} | 20 | 0 -| | And Add interface to bridge domain | ${dut1} | ${dut1_if1} | 20 | 0 +| | And Add interface to bridge domain | ${dut1} | ${DUT1_${int}1}[0] | 20 | 0 | | And Add interface to bridge domain | ${dut1} | ${int2} | 19 | 0 -| | And Add interface to bridge domain | ${dut1} | ${dut1_if2} | 19 | 0 +| | And Add interface to bridge domain | ${dut1} | ${DUT1_${int}2}[0] | 19 | 0 | | Then Send IP packet and verify received packet -| | ... | ${tg} | ${tg_if1} | ${tg_if2} +| | ... | ${tg} | ${TG_pf1}[0] | ${TG_pf2}[0] *** Test Cases *** -| tc01-64B-ethipv4-l2bdbasemaclrn-eth-2tap-dev +| 64B-ethipv4-l2bdbasemaclrn-eth-2tap-dev | | [Tags] | 64B | | frame_size=${64} | phy_cores=${0}