From cf26999de441d3e915ee011ddfa31a2bb1b1af15 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 18 Oct 2017 09:29:55 -0700 Subject: Fix proxy usage for docker external The process that retrieves Docker images hosted externally was missing a step in its configuration. This change fix the configuration and unblock the pending Unit Tests. Change-Id: I5a6b39086eb806bab5bb2667092a154e230d33ef Signed-off-by: Victor Morales Issue-ID: INT-227 --- bootstrap/vagrant-onap/tests/test_aai | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bootstrap/vagrant-onap/tests/test_aai') diff --git a/bootstrap/vagrant-onap/tests/test_aai b/bootstrap/vagrant-onap/tests/test_aai index 79d26c83d..10777d678 100644 --- a/bootstrap/vagrant-onap/tests/test_aai +++ b/bootstrap/vagrant-onap/tests/test_aai @@ -8,11 +8,6 @@ covered_functions=( "install_hadoop" "install_haproxy" "clone_all_aai_repos" "compile_aai_repos" "setup_titan" "install_hbase" "install_ajsc_aai" "install_model_loader" ) -# TODO(electrocucaracha): Remove/Modify functions that doesn't support proxy settings -if [ -z $http_proxy ] & [ -z $https_proxy ]; then - covered_functions=(${covered_functions[@]} "install_hbase") -fi - # test_install_hadoop() - Verify that Hadoop is downloaded and started properly function test_install_hadoop { install_hadoop -- cgit 1.2.3-korg