X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Fcontainer_memif%2Feth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot;h=c8e1eacd531a4c968348050f3552857344e9883e;hb=6daa2d791f0e0d41b73668ef3ee233e58987dc37;hp=152f3f67350dfbc5ac2ef619acb1f2c910ffaff5;hpb=a4cad14b7e0b7e94f9e80b1a45cd86b3bc09d0a0;p=csit.git diff --git a/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot b/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot index 152f3f6735..c8e1eacd53 100644 --- a/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-dev.robot +++ b/tests/vpp/device/container_memif/eth2p-ethipv4-ip4base-eth-2memif-1dcr-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: @@ -13,18 +13,20 @@ *** Settings *** | Resource | resources/libraries/robot/shared/default.robot -| ... +| | Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV | SCAPY | ... | NIC_Virtual | ETH | IP4FWD | BASE | MEMIF | DOCKER | DRV_VFIO_PCI -| ... +| ... | RXQ_SIZE_0 | TXQ_SIZE_0 +| ... | ethipv4-ip4base-eth-2memif-1dcr +| | Suite Setup | Setup suite single link | scapy | Test Setup | Setup test | Test Teardown | Tear down test | packet_trace | container -| ... +| | Test Template | Local Template -| ... +| | Documentation | *IPv4 routing test cases with memif interface* -| ... +| | ... | *[Top] Network Topologies:* TG-DUT1-TG 2-node circular topology with \ | ... | single links between nodes. | ... | *[Enc] Packet Encapsulations:* Eth-IPv4 for IPv4 routing on both links. @@ -43,6 +45,8 @@ | ${crypto_type}= | ${None} | ${nic_name}= | virtual | ${nic_driver}= | vfio-pci +| ${nic_rxq_size}= | 0 +| ${nic_txq_size}= | 0 | ${overhead}= | ${0} # Container | ${container_engine}= | Docker @@ -54,16 +58,16 @@ | | ... | [Ver] Make TG send IPv4 packet in both directions between two\ | | ... | of its interfaces to be routed by DUT to and from docker; verify\ | | ... | all packets are received. -| | ... +| | | | ... | *Arguments:* | | ... | - frame_size - Framesize in Bytes in integer. Type: integer | | ... | - phy_cores - Number of physical cores. Type: integer | | ... | - rxq - Number of RX queues, default value: ${None}. Type: integer -| | ... +| | | | [Arguments] | ${frame_size} | ${phy_cores} | ${rxq}=${None} -| | ... +| | | | Set Test Variable | \${frame_size} -| | ... +| | | | Given Set Max Rate And Jumbo | | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} | | And Pre-initialize layer driver | ${nic_driver}