use python3 for gate

Change-Id: Idc39d6f6e367d3dea673d48a160b8314a51394e8
This commit is contained in:
Eyal 2019-08-25 11:09:32 +03:00
parent dee6cd7570
commit 8711269242
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
MYSQL_ROOT_PW: secretdatabase
MISTRAL_USE_MOD_WSGI: true
MISTRAL_RPC_IMPLEMENTATION: oslo
USE_PYTHON3: true
devstack_services:
heat: true
h-api: true

View File

@ -95,7 +95,7 @@ class ActionExecutionTestsV2(base.TestCase):
self.assertIn("output", action_execution)
resp, body = self.client.get_action_execution(action_execution['id'])
self.assertIn("output", body)
self.assertIn("output", body.decode('utf-8'))
# Test when passing task execution ID