Merge "Don't run zun server tempest tests in gate"
This commit is contained in:
@@ -42,23 +42,6 @@ source $BASE/new/devstack/accrc/admin/admin
|
|||||||
constraints="-c $REQUIREMENTS_DIR/upper-constraints.txt"
|
constraints="-c $REQUIREMENTS_DIR/upper-constraints.txt"
|
||||||
sudo -H pip install $constraints -U -r requirements.txt -r test-requirements.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"
|
echo "Running OSC commands test for Zun"
|
||||||
|
|
||||||
export ZUNCLIENT_DIR="$BASE/new/python-zunclient"
|
export ZUNCLIENT_DIR="$BASE/new/python-zunclient"
|
||||||
@@ -77,7 +60,5 @@ EXIT_CODE=$?
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
||||||
$XTRACE
|
$XTRACE
|
||||||
exit $EXIT_CODE
|
exit $EXIT_CODE
|
||||||
|
Reference in New Issue
Block a user