From bff25f160a632d1bafd437bd783faa06928ae684 Mon Sep 17 00:00:00 2001 From: Eyal Date: Mon, 14 Aug 2017 10:44:51 +0300 Subject: [PATCH] import fails in python3 use six to solve this Change-Id: I0057fd2173deeab30001499ed19f2178ccd02b45 --- .../scenario/engine/actions/v2/test_multi_vim_authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py index 2ec8203..fa0e47e 100644 --- a/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py +++ b/mistral_tempest_tests/tests/scenario/engine/actions/v2/test_multi_vim_authentication.py @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. import base64 -from urlparse import urlparse from keystoneclient import service_catalog as ks_service_catalog from oslo_serialization import jsonutils from oslo_utils import uuidutils +from six.moves.urllib.parse import urlparse from tempest.lib import decorators from mistral_tempest_tests.tests import base