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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user