[Tempest] Remove noqa filters

Filter noqa is used to avoid expected pep8 failures.
But now, tempest has lots of these without any reason.
Therefore, remove this filter and unused modules that were
discovered as unused without it.

Change-Id: I96f8a4a7e7a302f08581eed9e037f388e4c86802
This commit is contained in:
vponomaryov 2016-06-14 13:01:00 +03:00
parent 938ba49e7c
commit 49695bde47
27 changed files with 73 additions and 76 deletions

View File

@ -17,8 +17,6 @@ from __future__ import print_function
from oslo_config import cfg
from tempest import config # noqa
service_available_group = cfg.OptGroup(name="service_available",
title="Available OpenStack Services")

View File

@ -19,7 +19,7 @@ import time
import six
from six.moves.urllib import parse as urlparse
from tempest import config # noqa
from tempest import config
from tempest.lib.common import rest_client
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions

View File

@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest import test # noqa
import testtools # noqa
from tempest import config
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,8 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest import test # noqa
from tempest import config
from tempest import test
from manila_tempest_tests.tests.api import base
from manila_tempest_tests import utils

View File

@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest.lib.common.utils import data_utils # noqa
from tempest import test # noqa
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -12,9 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest import config
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import test # noqa
from tempest import test
from manila_tempest_tests.tests.api import base
from manila_tempest_tests.tests.api import test_security_services

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import test # noqa
from tempest import test
from manila_tempest_tests.tests.api import base
from manila_tempest_tests.tests.api import test_share_networks

View File

@ -15,10 +15,10 @@
import re
import six # noqa
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
import six
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -14,10 +14,10 @@
# under the License.
import ddt
from tempest import config # noqa
from tempest.lib.common.utils import data_utils # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
from tempest import test
from manila_tempest_tests.tests.api import base
from manila_tempest_tests import utils

View File

@ -15,8 +15,8 @@
import copy
from tempest.lib.common.utils import data_utils # noqa
from tempest import test # noqa
from tempest.lib.common.utils import data_utils
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,10 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest.lib.common.utils import data_utils # noqa
from tempest import test # noqa
import testtools # noqa
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,10 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
import testtools # noqa
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import test # noqa
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import test # noqa
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import test # noqa
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
import ddt
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest.lib import exceptions as lib_exc
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,8 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest.lib import exceptions as lib_exc
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,11 +13,11 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log # noqa
import six # noqa
from tempest import config # noqa
from tempest import test # noqa
import testtools # noqa
from oslo_log import log
import six
from tempest import config
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import test # noqa
from tempest import test
from manila_tempest_tests.tests.api import base

View File

@ -13,12 +13,12 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log # noqa
import six # noqa
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
import testtools # noqa
from oslo_log import log
import six
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,12 +13,12 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log # noqa
import six # noqa
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
import testtools # noqa
from oslo_log import log
import six
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,10 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import six # noqa
from tempest import config # noqa
from tempest import test # noqa
import testtools # noqa
import six
from tempest import config
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,10 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
import testtools # noqa
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,10 +13,10 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
import testtools # noqa
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
import testtools
from manila_tempest_tests import share_exceptions
from manila_tempest_tests.tests.api import base

View File

@ -14,11 +14,11 @@
# under the License.
from oslo_log import log as logging
from tempest import config # noqa
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils import test_utils
from tempest.lib import exceptions
from tempest import test # noqa
from tempest import test
from manila_tempest_tests.tests.api import base
from manila_tempest_tests.tests.scenario import manager_share as manager