Run cephfs jobs under py3

Change-Id: Ic9e04c6e8746ae9b017b0cf7a13763caf4e7b140
This commit is contained in:
Tom Barron 2019-01-22 12:37:02 -05:00
parent 479f5f1938
commit 4cf7f97981
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