add pre_test_hook file
we need this option for some tempest tests Depends-On: I310c0c711aba8eb1aecea6c06c0998f35d5bfc62 Change-Id: I60c2c05e94615f39b433621e540dd3b21886ac59
This commit is contained in:
parent
5a180311f3
commit
15aec9dc7e
@ -36,6 +36,11 @@
|
|||||||
|
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=False
|
export DEVSTACK_GATE_USE_PYTHON3=False
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
source $BASE/new/vitrage-tempest-plugin/devstack/pre_test_hook.sh
|
||||||
|
}
|
||||||
|
export -f pre_test_hook
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {
|
||||||
source $BASE/new/vitrage/devstack/gate_hook.sh
|
source $BASE/new/vitrage/devstack/gate_hook.sh
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
|
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=True
|
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
source $BASE/new/vitrage-tempest-plugin/devstack/pre_test_hook.sh
|
||||||
|
}
|
||||||
|
export -f pre_test_hook
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {
|
||||||
source $BASE/new/vitrage/devstack/gate_hook.sh
|
source $BASE/new/vitrage/devstack/gate_hook.sh
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
|
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=False
|
export DEVSTACK_GATE_USE_PYTHON3=False
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
source $BASE/new/vitrage-tempest-plugin/devstack/pre_test_hook.sh
|
||||||
|
}
|
||||||
|
export -f pre_test_hook
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {
|
||||||
source $BASE/new/vitrage/devstack/gate_hook.sh
|
source $BASE/new/vitrage/devstack/gate_hook.sh
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
|
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=True
|
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
source $BASE/new/vitrage-tempest-plugin/devstack/pre_test_hook.sh
|
||||||
|
}
|
||||||
|
export -f pre_test_hook
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {
|
||||||
source $BASE/new/vitrage/devstack/gate_hook.sh
|
source $BASE/new/vitrage/devstack/gate_hook.sh
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,11 @@
|
|||||||
|
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=False
|
export DEVSTACK_GATE_USE_PYTHON3=False
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
source $BASE/new/vitrage-tempest-plugin/devstack/pre_test_hook.sh
|
||||||
|
}
|
||||||
|
export -f pre_test_hook
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {
|
||||||
source $BASE/new/vitrage/devstack/gate_hook_mock.sh
|
source $BASE/new/vitrage/devstack/gate_hook_mock.sh
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,11 @@
|
|||||||
|
|
||||||
export DEVSTACK_GATE_USE_PYTHON3=True
|
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||||
|
|
||||||
|
function pre_test_hook {
|
||||||
|
source $BASE/new/vitrage-tempest-plugin/devstack/pre_test_hook.sh
|
||||||
|
}
|
||||||
|
export -f pre_test_hook
|
||||||
|
|
||||||
function gate_hook {
|
function gate_hook {
|
||||||
source $BASE/new/vitrage/devstack/gate_hook_mock.sh
|
source $BASE/new/vitrage/devstack/gate_hook_mock.sh
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user