diff options
author | Victor Morales <victor.morales@intel.com> | 2017-09-20 09:55:45 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-09-20 09:55:45 -0700 |
commit | dbe2e0b8ff4476016f68c8885bbaa23c303aeafa (patch) | |
tree | 6300e53e747f83ca0e2512bc3db96f8cb3ca8f07 /bootstrap/vagrant-onap/lib/vfc | |
parent | 7e83d7fbdb6975f7b9e47284aacc833749853d62 (diff) |
Update SDC lib and test scripts
The SDC project has updated its compilation output files, as result
the Unit Test needs to be changed.
Change-Id: I31c7773a2de1ac865ce8b45a5c10e5995ee960d0
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-16
Diffstat (limited to 'bootstrap/vagrant-onap/lib/vfc')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/vfc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/lib/vfc b/bootstrap/vagrant-onap/lib/vfc index 2d1418258..fb32708e0 100755 --- a/bootstrap/vagrant-onap/lib/vfc +++ b/bootstrap/vagrant-onap/lib/vfc @@ -19,8 +19,8 @@ function clone_all_vfc_repos { function compile_all_vfc_repos { install_python_package tox - tox_repos=("gvnfm/vnflcm/lcm" "gvnfm/vnfmgr/mgr" "gvnfm/vnfres/res" "nfvo/lcm" - "nfvo/driver/vnfm/gvnfm/gvnfmadapter" "nfvo/driver/vnfm/svnfm/zte/vmanager") + tox_repos=("gvnfm/vnflcm/lcm" "gvnfm/vnfmgr/mgr" "gvnfm/vnfres/res" "nfvo/lcm" \ + "nfvo/driver/vnfm/gvnfm/gvnfmadapter" "nfvo/driver/vnfm/svnfm/zte/vmanager") for dirc in ${tox_repos[@]}; do pushd $src_folder/$dirc tox -e py27 |