Merge "Run cephfs jobs under py3"

This commit is contained in:
Zuul 2019-01-31 13:56:14 +00:00 committed by Gerrit Code Review
commit c531b34fcd
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
export OVERRIDE_ENABLED_SERVICES
export DEVSTACK_GATE_USE_PYTHON3=True
function pre_test_hook {
# Configure Manila with a CephFS Native or NFS driver backend.
# Refer to job-template pre_test_hook for more details on the

View File

@ -70,6 +70,8 @@
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
export OVERRIDE_ENABLED_SERVICES
export DEVSTACK_GATE_USE_PYTHON3=True
function pre_test_hook {
# Configure Manila with a CephFS Native or NFS driver backend.
# Refer to job-template pre_test_hook for more details on the