Fix dsvm gate failure

Tempest module 'auth' was moved into tempest-lib repo, this change
caused import error, that was fixed in this commit.

Change-Id: I8b93a9ce47cc24afe9b4f52fbc78de79a42b7fa8
This commit is contained in:
Anastasia Kuznetsova 2015-05-05 14:00:48 +03:00
parent 50ebc71b4c
commit c6b536e5d0

View File

@ -17,10 +17,10 @@ import mock
import os import os
import time import time
from tempest import auth
from tempest import clients from tempest import clients
from tempest import config from tempest import config
from tempest import test as test from tempest import test as test
from tempest_lib import auth
from tempest_lib.common import rest_client from tempest_lib.common import rest_client
from tempest_lib import exceptions from tempest_lib import exceptions