summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-alpine.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 11:38:59 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 11:38:59 +0200
commit3ecb0c33570d1b37a2034db84c499fcc3a95012b (patch)
tree87874b419570db080aa5a8344b94b84ff053283f /jjb/functest/functest-alpine.sh
parent32532def42dfb1e365fe15bf17c4d4dd0cc97c9b (diff)
Remove Functest (OS and K8s) features containers
Change-Id: I0391b15adc9f5a8f36d340f6970fe731ff10bcc1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/functest-alpine.sh')
-rwxr-xr-xjjb/functest/functest-alpine.sh6
1 files changed, 2 insertions, 4 deletions
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