From 9e0ecbc97c214ae9fe1368bac7b3960ad8e16ee3 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 11 Feb 2019 02:23:03 +0000 Subject: [PATCH] Update git submodules * Update tempest from branch 'master' - Merge "Fix tempest cleanup for python3" - Fix tempest cleanup for python3 When using python3 the file which is read and loaded by jsonutils needs to be opened in binary mode, otherwise, it's causing problems. It is a known bug [1] in jsonutils from oslo.serialization module. The patch also adds a unit test which tests the loading of a json file. [1] https://bugs.launchpad.net/oslo.serialization/+bug/1515231 Closes-Bug: #1806089 Change-Id: I3db71c6662d9137a4b75381de7d6dbddd3de4e09 --- tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest b/tempest index 30cfcf8478..c1d3267610 160000 --- a/tempest +++ b/tempest @@ -1 +1 @@ -Subproject commit 30cfcf8478f6d2e440c657048d97828ff4a5e2da +Subproject commit c1d32676102cf2e5a04083aa66fe76179412b200