diff options
author | Victor Morales <victor.morales@intel.com> | 2017-09-21 13:55:36 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-09-21 13:55:36 -0700 |
commit | a81fafc542c758a7fae67b79a6235487d6aae894 (patch) | |
tree | 67ab0f5c29679fa299d1bfab71ce98403ab57bb3 /bootstrap/vagrant-onap/lib/sdnc | |
parent | 0515cb42897e7794aec1b575b5b8ea1eddf8fd10 (diff) |
Update SDNC UTs
This change updates the Unit tests of SDNC scripts as well as the
repositories of the project.
Change-Id: I83d9d92f23b35857371e533d51c44a67a260a9ad
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-24
Diffstat (limited to 'bootstrap/vagrant-onap/lib/sdnc')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/sdnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/sdnc b/bootstrap/vagrant-onap/lib/sdnc index 770f6be9f..c6d013b79 100755 --- a/bootstrap/vagrant-onap/lib/sdnc +++ b/bootstrap/vagrant-onap/lib/sdnc @@ -6,7 +6,7 @@ source /var/onap/functions source /var/onap/ccsdk sdnc_src_folder=$git_src_folder/openecomp/sdnc -sdnc_repos=("core" "adaptors" "northbound" "plugins" "oam") +sdnc_repos=("adaptors" "architecture" "core" "features" "northbound" "oam" "parent" "plugins") # clone_all_sdnc_repos() - Function that clones SDNC source repo. function clone_all_sdnc_repos { |