Added missing imports in tempest.tests.compute.base.
bug 1049348 Change-Id: I13dad5580558eb400b89ef40d1e7cf8f55cee9e7
This commit is contained in:
parent
d3e674e8f3
commit
383c71d0b9
@ -19,9 +19,11 @@ import logging
|
||||
import time
|
||||
|
||||
import unittest2 as unittest
|
||||
import nose
|
||||
|
||||
from tempest import config
|
||||
from tempest import openstack
|
||||
from tempest import exceptions
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
from tempest.services.identity.json.admin_client import AdminClient
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user