From 3ecb0c33570d1b37a2034db84c499fcc3a95012b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 31 Aug 2019 11:38:59 +0200 Subject: Remove Functest (OS and K8s) features containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0391b15adc9f5a8f36d340f6970fe731ff10bcc1 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-alpine.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'jjb/functest/functest-alpine.sh') diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index 37189f84a..ae57258bc 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -46,8 +46,6 @@ run_test() { FUNCTEST_IMAGE=${REPO}/functest-benchmarking:${DOCKER_TAG} ;; cloudify|cloudify_ims|heat_ims|vyos_vrouter|juju_epc) FUNCTEST_IMAGE=${REPO}/functest-vnf:${DOCKER_TAG} ;; - doctor-notification|bgpvpn|functest-odl-sfc|barometercollectd|fds|vgpu|stor4nfv_os) - FUNCTEST_IMAGE=${REPO}/functest-features:${DOCKER_TAG} ;; *) echo "Unkown test case $test_name" exit 1 @@ -296,9 +294,9 @@ else tests=() skip_tests=0 if [ "${HOST_ARCH}" != "aarch64" ]; then - tiers=(healthcheck smoke benchmarking features vnf) + tiers=(healthcheck smoke benchmarking vnf) else - tiers=(healthcheck smoke benchmarking features) + tiers=(healthcheck smoke benchmarking) fi run_tiers ${tiers} if [ ${skip_tests} -eq 0 ]; then -- cgit 1.2.3-korg