Merge "remove liberty workaround for sahara-dashboard"

This commit is contained in:
Jenkins 2016-07-22 23:44:56 +00:00 committed by Gerrit Code Review
commit e04a0f723b

View File

@ -21,10 +21,7 @@
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_LOCAL_CONFIG="enable_plugin sahara git://git.openstack.org/openstack/sahara"
if [[ ! "stable/liberty" =~ $ZUUL_BRANCH ]]; then
# sahara-dashboard was split out from Horizon after Liberty
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin sahara-dashboard git://git.openstack.org/openstack/sahara-dashboard"
fi
function pre_test_hook {
cd /opt/stack/new/sahara-dashboard/tools/gate/integration