diff options
author | Victor Morales <victor.morales@intel.com> | 2017-09-26 07:57:11 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-09-26 07:57:11 -0700 |
commit | 268557023ea58ac82d20030b8036aad2711ab074 (patch) | |
tree | 10fd99e6b8bef7ff17582e043d02362b7952ac6c /bootstrap | |
parent | 660257086371b1073c16162b3e2a9eeff543b664 (diff) |
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 <victor.morales@intel.com>
Issue-Id: INT-105
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/vagrant-onap/tests/test_vfc | 5 |
1 files changed, 1 insertions, 4 deletions
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 |