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
(cherry picked from commit c6b536e5d0)
This commit is contained in:
Anastasia Kuznetsova 2015-05-05 14:00:48 +03:00 committed by Renat Akhmerov
parent 2e9661deff
commit 7369b8ec72
1 changed files with 1 additions and 1 deletions

View File

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