diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-06-13 15:01:34 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-07-24 11:22:46 +0000 |
commit | c58cba70baa74588619018a2e8b461592bff1bf4 (patch) | |
tree | 64a1c247b5b49163ff0bb753e13980301f4154e7 /tests/vpp/device/vm_vhost/l2bd | |
parent | 7da0581190efdf16026f84899ba33f33e5240f46 (diff) |
NF_density dot1qip4udpvxlan
+ NF_density compatible
+ Baseline VM tests compatible
+ Scalability NxM
- 3n variant is missing in VXLAN and DOT1Q due to requests to have it
asymmetrical - TODO
Change-Id: Ia817d7be00622b594b451bc07756240d1a379e04
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/device/vm_vhost/l2bd')
-rw-r--r-- | tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot b/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot index 92977da7e2..2c95459905 100644 --- a/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot +++ b/tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot @@ -70,7 +70,9 @@ | | Given Add worker threads and rxqueues to all DUTs | ${phy_cores} | ${rxq} | | And Add PCI devices to all DUTs | | And Apply startup configuration on all VPP DUTs | with_trace=${True} -| | When Initialize L2 bridge domains with Vhost-User | nf_nodes=${nf_nodes} +| | When Initialize layer interface +| | ... | count=${nf_chains} +| | And Initialize L2 bridge domains with Vhost-User | nf_nodes=${nf_nodes} | | And Configure chains of NFs connected via vhost-user | | ... | nf_chains=${nf_chains} | nf_nodes=${nf_nodes} | vnf=vpp_chain_l2xc | | ... | pinning=${False} |