Enable signature verification for barbican-tempest-plugin gate

Adds the image signature verification option set to True to local.conf,
which is done in the pre_test_hook.sh in the repository.

Change-Id: I3d96ba5797b0010054137629e484fed0fdecb600
Depends-On: I9b1b412d59bd99c551af6b4d10d2e47c6eebda76
This commit is contained in:
Kaitlin Farr 2017-02-15 11:41:28 -05:00
parent 6e0f63a4ad
commit 72e330923c
1 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,14 @@
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
# Add configuration values for enabling security features in local.conf
function pre_test_hook {{
if [ -f $BASE/new/barbican-tempest-plugin/tools/pre_test_hook.sh ] ; then
. $BASE/new/barbican-tempest-plugin/tools/pre_test_hook.sh
fi
}}
export -f pre_test_hook
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/python-barbicanclient $PROJECTS"
export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS"