VPP_Device - add baseline tests - part IIb) 97/16997/2
authorJan Gelety <jgelety@cisco.com>
Thu, 10 Jan 2019 10:53:58 +0000 (11:53 +0100)
committerJan Gelety <jgelety@cisco.com>
Wed, 23 Jan 2019 09:22:05 +0000 (09:22 +0000)
commitc36ff98841584cf4c80d31d0fb4dc26320d7d493
tree087299d05e3bb948417bfe162bc58c00f9340beb
parent828f10f29124b3c15573daa0098f41ff5ece55e5
VPP_Device - add baseline tests - part IIb)

CSIT-1372

Add following baseline tests to VPP_Device:
- ip4
  eth2p-ethip4-ip4base-eth-2memif-1dcr-dev

- ip6
  eth2p-ethip6-ip6base-eth-2memif-1dcr-dev

- l2bd
  eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev

- l2xc
  eth2p-eth-l2xcbase-eth-2memif-1dcr-dev

Change-Id: Ic4a3a01b62d800c528a9c9371891dcc26b875220
Signed-off-by: Jan Gelety <jgelety@cisco.com>
(cherry picked from commit 5a53823d8a6e99072152654ac632bb06a6b467ac)
14 files changed:
resources/libraries/bash/function/device.sh
resources/libraries/python/ContainerUtils.py
resources/libraries/python/Memif.py
resources/libraries/robot/shared/container.robot
resources/libraries/robot/shared/default.robot
resources/libraries/robot/shared/memif.robot
resources/templates/vat/memif_create.vat
resources/templates/vat/memif_create_chain.vat
resources/templates/vat/memif_create_chain_functional.vat [new file with mode: 0644]
resources/templates/vat/memif_create_cross_horiz.vat
tests/vpp/device/container_memif/eth2p-eth-l2bdbasemaclrn-eth-2memif-1dcr-dev.robot [new file with mode: 0644]
tests/vpp/device/container_memif/eth2p-eth-l2xcbase-eth-2memif-1dcr-dev.robot [new file with mode: 0644]
tests/vpp/device/container_memif/eth2p-ethip4-ip4base-eth-2memif-1dcr-dev.robot [new file with mode: 0644]
tests/vpp/device/container_memif/eth2p-ethip6-ip6base-eth-2memif-1dcr-dev.robot [new file with mode: 0644]