From: Victor Morales Date: Tue, 26 Sep 2017 14:57:11 +0000 (-0700) Subject: Remove nonexisting VFC UTs X-Git-Tag: 1.0.0-Amsterdam~243 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=268557023ea58ac82d20030b8036aad2711ab074;p=integration.git Remove nonexisting VFC UTs There are some Unit Tests that haven't been defined for VFC component. This change removes them from the list. Change-Id: I21f5370bd677640eda08eceae88bea859389dd98 Signed-off-by: Victor Morales Issue-Id: INT-105 --- diff --git a/bootstrap/vagrant-onap/tests/test_vfc b/bootstrap/vagrant-onap/tests/test_vfc index 16e517a5e..53d9c0d5e 100644 --- a/bootstrap/vagrant-onap/tests/test_vfc +++ b/bootstrap/vagrant-onap/tests/test_vfc @@ -4,10 +4,7 @@ source /var/onap_tests/_test_base source /var/onap/vfc covered_functions=( -"clone_all_vfc_repos" "compile_all_vfc_repos" "install_vfc" -"get_vfc_images" "run_vfc_images" "build_nfvo_lcm_image" -"build_gvnfm_lcm_image" "build_gvnfm_vnfmgr_image" "build_gvnfm_vnfres_image" -"build_nfvo_lcm_image" "build_nfvo_vnfm_gvnfmadapter_image" +"clone_all_vfc_repos" "compile_all_vfc_repos" "install_vfc" "get_vfc_images" ) # test_clone_all_vfc_repos() - Verify cloning and pulling source code from repositories