Merge "congress: disable tempest plugin for stable branches"
This commit is contained in:
commit
c81a5f4748
@ -39,9 +39,13 @@
|
|||||||
# Kilo/Liberty version uses the older 'hooks' approach to adding
|
# Kilo/Liberty version uses the older 'hooks' approach to adding
|
||||||
# the congress plugin
|
# the congress plugin
|
||||||
ENABLED_SERVICES+=,congress
|
ENABLED_SERVICES+=,congress
|
||||||
|
# Kilo/Liberty doesn't support tempest plugin
|
||||||
|
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=0
|
||||||
|
export DEVSTACK_GATE_TEMPEST_REGEX="congress"
|
||||||
function pre_test_hook {{
|
function pre_test_hook {{
|
||||||
# Install congress-devstack
|
# Install congress-devstack and congress-tempest integration
|
||||||
cp -r $BASE/new/congress/contrib/devstack/* $BASE/new/devstack/
|
cp -r $BASE/new/congress/contrib/devstack/* $BASE/new/devstack/
|
||||||
|
cp -r $BASE/new/congress/contrib/tempest/* $BASE/new/tempest/
|
||||||
}}
|
}}
|
||||||
export -f pre_test_hook
|
export -f pre_test_hook
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user