X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest-alpine.sh;h=ae57258bc0bea69fcfc763b3e849c3e9321a5579;hb=3ecb0c33570d1b37a2034db84c499fcc3a95012b;hp=37189f84aac728f3b1e0cd130a792671c91f7a51;hpb=32532def42dfb1e365fe15bf17c4d4dd0cc97c9b;p=releng.git 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