Enable functional testing for openstackclient
Actually kick off the functional tests for openstackclient, but keep voting to false while any kinks are worked out. Change-Id: I24b1a17a1dab82f89448a5ec9cd8ebdc1ea9d30e
This commit is contained in:
parent
203578d58f
commit
d9b03f34c8
@ -24,14 +24,12 @@
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
# Do nothing for now, just setup and tear down devstack.
|
||||
# Eventually we want something like:
|
||||
#function post_test_hook {{
|
||||
#source /opt/stack/new/devstack/accrc/admin/admin
|
||||
#cd /opt/stack/new/python-openstackclient
|
||||
#tox -e func
|
||||
#}}
|
||||
#export -f post_test_hook
|
||||
function post_test_hook {{
|
||||
source /opt/stack/new/devstack/accrc/admin/admin
|
||||
cd /opt/stack/new/python-openstackclient
|
||||
tox -e func
|
||||
}}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user