summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/vfc
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-07-31 16:43:23 +0000
committerGerrit Code Review <gerrit@onap.org>2017-07-31 16:43:23 +0000
commitf48e43230eeaa5dc19ce5ec914bb8216922fc7cc (patch)
tree9ab6986151e0ee793c6e1feab8148c4db80584bc /bootstrap/vagrant-onap/lib/vfc
parentd04e4407a6a5888b8f6d924e0c9706378c3d285a (diff)
parent970ec198ae769b50fa204ed7ad998db76a7320a2 (diff)
Merge "Refactor install_python function"
Diffstat (limited to 'bootstrap/vagrant-onap/lib/vfc')
-rwxr-xr-xbootstrap/vagrant-onap/lib/vfc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/lib/vfc b/bootstrap/vagrant-onap/lib/vfc
index 44e433d35..5aba76f47 100755
--- a/bootstrap/vagrant-onap/lib/vfc
+++ b/bootstrap/vagrant-onap/lib/vfc
@@ -17,6 +17,8 @@ function clone_all_vfc_repos {
# compile_all_vfc_repos() - Function that compiles VF-C source repo.
function compile_all_vfc_repos {
+ install_python_package tox
+
pushd $src_folder/gvnfm/vnflcm/lcm
tox -e py27
popd