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
This commit is contained in:
Hongbin Lu
2017-06-20 18:51:11 +00:00
parent aae1088e22
commit ca1f99e630

View File

@@ -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