aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package
diff options
context:
space:
mode:
authorfmenguy <francoisregis.menguy@orange.com>2021-05-17 14:01:20 +0200
committerfmenguy <francoisregis.menguy@orange.com>2021-05-25 09:29:27 +0200
commit1e009906b8a25e4f25dacd1a3bab7801bdd57b44 (patch)
tree140742e5d6367d703e183ad6cf9758bb194071cc /nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package
parentd4741875ea90764d89ea8f7193c7210c667d3424 (diff)
NFVBENCH-209 Fix NFVbench loopvm build failed on testpmd step
Change-Id: I0715b46b34b382176f2e06798deeede402b4c2fd Signed-off-by: fmenguy <francoisregis.menguy@orange.com>
Diffstat (limited to 'nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package')
-rwxr-xr-xnfvbenchvm/dib/elements/nfvbenchvm/post-install.d/02-pip-package8
1 files changed, 8 insertions, 0 deletions
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