diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-21 21:55:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-21 21:55:52 +0000 |
commit | bb4b73d866eb3f1402263ce47e435592ff1399db (patch) | |
tree | b147c2d89192f4de281de990d5154a71cd764d4b /bootstrap/vagrant-onap/lib/sdnc | |
parent | f61b540870242a245b358d389d035ccc2ad473d1 (diff) | |
parent | a81fafc542c758a7fae67b79a6235487d6aae894 (diff) |
Merge "Update SDNC UTs"
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 { |