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