Remove nonexisting VFC UTs 99/15599/1
authorVictor Morales <victor.morales@intel.com>
Tue, 26 Sep 2017 14:57:11 +0000 (07:57 -0700)
committerVictor Morales <victor.morales@intel.com>
Tue, 26 Sep 2017 14:57:11 +0000 (07:57 -0700)
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 <victor.morales@intel.com>
Issue-Id: INT-105

bootstrap/vagrant-onap/tests/test_vfc

index 16e517a..53d9c0d 100644 (file)
@@ -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