diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-07-31 16:43:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-31 16:43:23 +0000 |
commit | f48e43230eeaa5dc19ce5ec914bb8216922fc7cc (patch) | |
tree | 9ab6986151e0ee793c6e1feab8148c4db80584bc /bootstrap/vagrant-onap/lib/vfc | |
parent | d04e4407a6a5888b8f6d924e0c9706378c3d285a (diff) | |
parent | 970ec198ae769b50fa204ed7ad998db76a7320a2 (diff) |
Merge "Refactor install_python function"
Diffstat (limited to 'bootstrap/vagrant-onap/lib/vfc')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/vfc | 2 |
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 |