Barbican grenade gate: run "old" pre_test_hook.sh

Change-Id: Iededd3cc3711276be8e16867cbbe1f33bc058c55
This commit is contained in:
Kaitlin Farr 2017-05-05 14:23:53 -04:00
parent 7c45b56b20
commit be814ec199
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@
fi
# Add configuration values for enabling security features in local.conf
function pre_test_hook {{
if [ -f /opt/stack/new/barbican-tempest-plugin/tools/pre_test_hook.sh ] ; then
. /opt/stack/new/barbican-tempest-plugin/tools/pre_test_hook.sh
if [ -f /opt/stack/old/barbican-tempest-plugin/tools/pre_test_hook.sh ] ; then
. /opt/stack/old/barbican-tempest-plugin/tools/pre_test_hook.sh
fi
}}
export -f pre_test_hook