summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-08-10 10:02:37 -0500
committerVictor Morales <victor.morales@intel.com>2017-08-10 11:11:48 -0500
commite647162e9b818a3195fb554f19401ae891b30495 (patch)
tree01793e75a276430c93c40817d66a47db02e14c41 /bootstrap/vagrant-onap/lib
parentbafd0b7a83b442983e3736af71da28f45b03b9ff (diff)
Update MSO Unit Tests
It was completed the coverage of the MSO with Unit Tests for install_mso and install_mso_docker_config functions. Change-Id: I26356cb608077994aa32bc9b8fabb62ba97c1473 Signed-off-by: Victor Morales <victor.morales@intel.com>
Diffstat (limited to 'bootstrap/vagrant-onap/lib')
-rwxr-xr-xbootstrap/vagrant-onap/lib/mso4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap/vagrant-onap/lib/mso b/bootstrap/vagrant-onap/lib/mso
index b8d432622..4f88e9085 100755
--- a/bootstrap/vagrant-onap/lib/mso
+++ b/bootstrap/vagrant-onap/lib/mso
@@ -3,7 +3,6 @@
set -o xtrace
source /var/onap/functions
-source /var/onap/asserts
src_folder=$git_src_folder/mso
mso_repos=("chef-repo" "docker-config" "libs" "mso-config")
@@ -32,9 +31,6 @@ function install_mso {
export GIT_NO_PROJECT=/opt/
compile_src $src_folder
build_docker_image $src_folder/packages/docker docker
- for image in mso mso-arquillian wildfly ubuntu-update jacoco; do
- asserts_image openecomp/$image
- done
fi
}