Fixes lp:903466
-Cleaned up unused imports -The rest of the errors are taken care of in bcwaldon's https://review.openstack.org/2277 Change-Id: I42125798b026180f5186fd22cd669a1ebe3b47dd
This commit is contained in:
parent
4ea2efb45d
commit
03bc6968f9
@ -1,6 +1,5 @@
|
||||
from tempest.common import rest_client
|
||||
import json
|
||||
import time
|
||||
|
||||
|
||||
class FlavorsClient(object):
|
||||
|
@ -1,7 +1,6 @@
|
||||
from tempest.common import rest_client
|
||||
from tempest import exceptions
|
||||
import json
|
||||
import tempest.config
|
||||
import time
|
||||
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
from tempest import exceptions
|
||||
from tempest.common import rest_client
|
||||
import json
|
||||
import tempest.config
|
||||
import time
|
||||
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
from nose.plugins.attrib import attr
|
||||
from tempest import openstack
|
||||
import tempest.config
|
||||
import unittest2 as unittest
|
||||
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
from nose.plugins.attrib import attr
|
||||
from tempest import openstack
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
import unittest2 as unittest
|
||||
import tempest.config
|
||||
|
||||
|
||||
class ListImagesTest(unittest.TestCase):
|
||||
|
@ -1,8 +1,6 @@
|
||||
from nose.plugins.attrib import attr
|
||||
from tempest import openstack
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
import unittest2 as unittest
|
||||
import tempest.config
|
||||
|
||||
|
||||
class ServerDetailsTest(unittest.TestCase):
|
||||
|
@ -3,7 +3,6 @@ from tempest import openstack
|
||||
from tempest import exceptions
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
import base64
|
||||
import tempest.config
|
||||
import unittest2 as unittest
|
||||
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
from tempest.common import ssh
|
||||
from nose.plugins.attrib import attr
|
||||
from tempest import openstack
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
import base64
|
||||
import tempest.config
|
||||
import unittest2 as unittest
|
||||
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
import unittest2 as unittest
|
||||
import tempest.config
|
||||
import base64
|
||||
from nose.plugins.attrib import attr
|
||||
from tempest import openstack
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
from tempest.common import ssh
|
||||
from tempest import exceptions
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user