Refactor VPP Device VM vhost tests 79/20579/7
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Wed, 10 Jul 2019 09:32:47 +0000 (11:32 +0200)
committerPeter Mikus <pmikus@cisco.com>
Wed, 17 Jul 2019 07:47:32 +0000 (07:47 +0000)
commit248d1a52e06622dc9eb1dfdd6ca9f6670b4c0bc3
tree75693f1fe6a233a542d78ba64e80c4c5621ed3ac
parent5287b5307b3e39c4e13545b0c6ea651ac4014a84
Refactor VPP Device VM vhost tests

* replace the current VM image with kernel img
* rework keyword usage to make it consistent with performance tests
* remove resources/libraries/robot/shared/qemu.robot as it's not used
  anywhere anymore

Change-Id: Ia5bc19e9e6ed9af031e4d9b5c0c89431fb49fd33
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
24 files changed:
resources/libraries/bash/function/device.sh
resources/libraries/python/Constants.py
resources/libraries/python/CpuUtils.py
resources/libraries/python/QemuUtils.py
resources/libraries/robot/performance/performance_configuration.robot
resources/libraries/robot/shared/default.robot
resources/libraries/robot/shared/qemu.robot [deleted file]
resources/libraries/robot/shared/test_teardown.robot
resources/libraries/robot/shared/vm.robot [new file with mode: 0644]
resources/templates/vm/init.sh
resources/templates/vm/vpp_chain_ip6.exec [new file with mode: 0644]
tests/dpdk/perf/__init__.robot
tests/honeycomb/perf/__init__.robot
tests/kubernetes/perf/__init__.robot
tests/vpp/device/__init__.robot
tests/vpp/device/vm_vhost/ip4/eth2p-ethicmpv4-ip4base-eth-2vhost-1vm-dev.robot [new file with mode: 0644]
tests/vpp/device/vm_vhost/ip4/eth2p-ethip4-ip4base-eth-2vhost-1vm-dev.robot [deleted file]
tests/vpp/device/vm_vhost/ip6/eth2p-ethicmpv6-ip6base-eth-2vhost-1vm-dev.robot [new file with mode: 0644]
tests/vpp/device/vm_vhost/ip6/eth2p-ethip6-ip6base-eth-2vhost-1vm-dev.robot [deleted file]
tests/vpp/device/vm_vhost/l2bd/eth2p-eth-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot [deleted file]
tests/vpp/device/vm_vhost/l2bd/eth2p-ethicmpv4-l2bdbasemaclrn-eth-2vhost-1vm-dev.robot [new file with mode: 0644]
tests/vpp/device/vm_vhost/l2xc/eth2p-eth-l2xcbase-eth-2vhost-1vm-dev.robot [deleted file]
tests/vpp/device/vm_vhost/l2xc/eth2p-ethicmpv4-l2xcbase-eth-2vhost-1vm-dev.robot [new file with mode: 0644]
tests/vpp/perf/__init__.robot