diff options
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 |