From 1e009906b8a25e4f25dacd1a3bab7801bdd57b44 Mon Sep 17 00:00:00 2001 From: fmenguy Date: Mon, 17 May 2021 14:01:20 +0200 Subject: NFVBENCH-209 Fix NFVbench loopvm build failed on testpmd step Change-Id: I0715b46b34b382176f2e06798deeede402b4c2fd Signed-off-by: fmenguy --- nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package (limited to 'nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package') diff --git a/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package new file mode 100755 index 0000000..9707841 --- /dev/null +++ b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package @@ -0,0 +1,8 @@ +#!/bin/bash + +cd /tmp +wget https://bootstrap.pypa.io/get-pip.py +python3 get-pip.py + +pip3 install setuptools wheel pbr +pip3 install pyyaml -- cgit 1.2.3-korg