remove liberty workaround for sahara-dashboard

integration tests for sahara-dashboard doesn't have
liberty branch.

Change-Id: I526d7f828fe103c092f4def4c4cc5bf201a2f9f8
This commit is contained in:
Vitaly Gridnev 2016-07-22 20:48:14 +03:00
parent 9bc82f8609
commit 32e52e5abb

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
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin sahara-dashboard git://git.openstack.org/openstack/sahara-dashboard"
function pre_test_hook {
cd /opt/stack/new/sahara-dashboard/tools/gate/integration