diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2019-07-10 11:32:47 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-07-17 07:47:32 +0000 |
commit | 248d1a52e06622dc9eb1dfdd6ca9f6670b4c0bc3 (patch) | |
tree | 75693f1fe6a233a542d78ba64e80c4c5621ed3ac /resources/templates/vm/init.sh | |
parent | 5287b5307b3e39c4e13545b0c6ea651ac4014a84 (diff) |
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>
Diffstat (limited to 'resources/templates/vm/init.sh')
-rw-r--r-- | resources/templates/vm/init.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/templates/vm/init.sh b/resources/templates/vm/init.sh index 53711fd580..c970252d61 100644 --- a/resources/templates/vm/init.sh +++ b/resources/templates/vm/init.sh @@ -7,11 +7,5 @@ mount -t devpts -o "rw,noexec,nosuid,gid=5,mode=0620" devpts /dev/pts || true mount -t tmpfs -o "rw,noexec,nosuid,size=10%,mode=0755" tmpfs /run mount -t tmpfs -o "rw,noexec,nosuid,size=10%,mode=0755" tmpfs /tmp mount -t hugetlbfs -o "rw,relatime,pagesize=2M" hugetlbfs /dev/hugepages -echo 0000:00:06.0 > /sys/bus/pci/devices/0000:00:06.0/driver/unbind -echo 0000:00:07.0 > /sys/bus/pci/devices/0000:00:07.0/driver/unbind -echo uio_pci_generic > /sys/bus/pci/devices/0000:00:06.0/driver_override -echo uio_pci_generic > /sys/bus/pci/devices/0000:00:07.0/driver_override -echo 0000:00:06.0 > /sys/bus/pci/drivers/uio_pci_generic/bind -echo 0000:00:07.0 > /sys/bus/pci/drivers/uio_pci_generic/bind $vnf_bin poweroff -f |