remove liberty workaround for sahara-dashboard
integration tests for sahara-dashboard doesn't have liberty branch. Change-Id: I526d7f828fe103c092f4def4c4cc5bf201a2f9f8
This commit is contained in:
parent
9bc82f8609
commit
32e52e5abb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user