From ca1f99e6309f5e953bc4ee3a50982770c384f345 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Tue, 20 Jun 2017 18:51:11 +0000 Subject: [PATCH] Don't run zun server tempest tests in gate We don't need to run zun server tempest jobs for testing patches in client side. Removing these tests would make the gate easier to maintain. Change-Id: I143ce8550227badccb72c0d3d6728271508f4ed9 --- .../tests/functional/hooks/post_test_hook.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/zunclient/tests/functional/hooks/post_test_hook.sh b/zunclient/tests/functional/hooks/post_test_hook.sh index cdabc840..612cddf4 100755 --- a/zunclient/tests/functional/hooks/post_test_hook.sh +++ b/zunclient/tests/functional/hooks/post_test_hook.sh @@ -42,23 +42,6 @@ source $BASE/new/devstack/accrc/admin/admin constraints="-c $REQUIREMENTS_DIR/upper-constraints.txt" sudo -H pip install $constraints -U -r requirements.txt -r test-requirements.txt -export ZUN_DIR="$BASE/new/zun" -sudo chown -R jenkins:stack $ZUN_DIR - -# Use tempest to test zun api service - -# Import devstack functions 'iniset', 'iniget' and 'trueorfalse' -source $BASE/new/devstack/functions -echo "TEMPEST_SERVICES+=,zun" >> $localrc_path -pushd $BASE/new/tempest -sudo chown -R jenkins:stack $BASE/new/tempest - -# Missing tempest.conf ?? -# show tempest config -cat etc/tempest.conf - -# sudo -E tox -eall-plugin -- zun.tests.tempest.api --concurrency=1 - echo "Running OSC commands test for Zun" export ZUNCLIENT_DIR="$BASE/new/python-zunclient" @@ -77,7 +60,5 @@ EXIT_CODE=$? set -e -popd - $XTRACE exit $EXIT_CODE