Disable devstack gate tempest in zunclient job

The job is for testing OSC so we don't need to run tempest job.

Change-Id: Ideba945ea6cf888b06c182717e77cb1fd040541f
This commit is contained in:
Hongbin Lu
2018-10-21 18:42:44 +00:00
parent de8c3990ea
commit 5b9b737d13

View File

@@ -25,9 +25,7 @@ export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin kuryr-libnetwork https://git.o
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_USE_UWSGI=True"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"KURYR_CONFIG_DIR=/etc/kuryr-libnetwork"
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX="zun_tempest_plugin.tests.tempest.api"
export DEVSTACK_GATE_TEMPEST=0
if [ "$driver" = "docker" ]; then
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ZUN_DRIVER=docker"