Remove unused imports from the integration tests
Change-Id: I2295b9b9e0435bf459364c2dab7852cc9535edfe Co-authored-by: wangqi <wang.qi@99cloud.net> Signed-off-by: Marcin Piwowarczyk <m.piwowarczy@samsung.com>
This commit is contained in:
parent
56050fce95
commit
4b639ea43f
@ -1,9 +1,6 @@
|
|||||||
import httplib2
|
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
|
||||||
import time
|
|
||||||
from urlparse import urlparse
|
from urlparse import urlparse
|
||||||
import xml.dom.minidom
|
import xml.dom.minidom
|
||||||
|
|
||||||
|
@ -41,10 +41,7 @@ be used.
|
|||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
import atexit
|
import atexit
|
||||||
import gettext
|
import gettext
|
||||||
import logging
|
|
||||||
import os
|
import os
|
||||||
import time
|
|
||||||
import unittest
|
|
||||||
import six
|
import six
|
||||||
import sys
|
import sys
|
||||||
import proboscis
|
import proboscis
|
||||||
|
@ -18,14 +18,11 @@ If you define the environment variable ADD_DOMAINS=True when running the tests,
|
|||||||
they will create the domain if its not found (see below for details).
|
they will create the domain if its not found (see below for details).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import os
|
|
||||||
import time
|
import time
|
||||||
import unittest
|
|
||||||
from proboscis import test
|
from proboscis import test
|
||||||
from proboscis import before_class
|
from proboscis import before_class
|
||||||
from proboscis.asserts import assert_equal
|
from proboscis.asserts import assert_equal
|
||||||
from proboscis.asserts import assert_not_equal
|
from proboscis.asserts import assert_not_equal
|
||||||
from proboscis.decorators import expect_exception
|
|
||||||
from proboscis.decorators import time_out
|
from proboscis.decorators import time_out
|
||||||
|
|
||||||
from trove.tests.config import CONFIG
|
from trove.tests.config import CONFIG
|
||||||
|
@ -15,10 +15,8 @@
|
|||||||
"""Tests classes which convert RS style-entries to Nova DNS entries."""
|
"""Tests classes which convert RS style-entries to Nova DNS entries."""
|
||||||
|
|
||||||
import hashlib
|
import hashlib
|
||||||
import re
|
|
||||||
import unittest
|
import unittest
|
||||||
from proboscis import test
|
from proboscis import test
|
||||||
from proboscis.decorators import expect_exception
|
|
||||||
|
|
||||||
from trove.tests.config import CONFIG
|
from trove.tests.config import CONFIG
|
||||||
|
|
||||||
|
@ -13,19 +13,11 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import unittest
|
|
||||||
import os
|
import os
|
||||||
import time
|
|
||||||
import socket
|
|
||||||
|
|
||||||
from nose.plugins.skip import SkipTest
|
|
||||||
|
|
||||||
from proboscis import test
|
from proboscis import test
|
||||||
from proboscis.asserts import fail
|
from proboscis.asserts import fail
|
||||||
from proboscis.decorators import time_out
|
|
||||||
from tests.util.services import Service
|
from tests.util.services import Service
|
||||||
from tests.util.services import start_proc
|
|
||||||
from tests.util.services import WebService
|
|
||||||
from trove.tests.config import CONFIG
|
from trove.tests.config import CONFIG
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user