From e647162e9b818a3195fb554f19401ae891b30495 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 10 Aug 2017 10:02:37 -0500 Subject: 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 --- bootstrap/vagrant-onap/lib/mso | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bootstrap/vagrant-onap/lib') 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 } -- cgit 1.2.3-korg