Use Barbican gate_hook in preparation for removal of extras.d
Barbican supports DevStack's plugin method, so the Barbican client gate jobs should use it, instead of the old method which is deprecated. Change-Id: Ic5da694ff2daab2b958899cb0fa676dce30976f4
This commit is contained in:
parent
67024cc6d6
commit
69f988c742
@ -19,11 +19,10 @@
|
|||||||
export PROJECTS="openstack/barbican $PROJECTS"
|
export PROJECTS="openstack/barbican $PROJECTS"
|
||||||
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
|
||||||
|
|
||||||
function pre_test_hook {
|
function gate_hook {
|
||||||
cd /opt/stack/new/barbican/functionaltests
|
$BASE/new/barbican/devstack/gate_hook.sh
|
||||||
./pre_test_hook.sh
|
|
||||||
}
|
}
|
||||||
export -f pre_test_hook
|
export -f gate_hook
|
||||||
|
|
||||||
function post_test_hook {
|
function post_test_hook {
|
||||||
cd /opt/stack/new/python-barbicanclient/functionaltests
|
cd /opt/stack/new/python-barbicanclient/functionaltests
|
||||||
|
Loading…
Reference in New Issue
Block a user