Merge "[Tempest] Remove noqa filters"
This commit is contained in:
commit
420ef92662
@ -17,8 +17,6 @@ from __future__ import print_function
|
|||||||
|
|
||||||
from oslo_config import cfg
|
from oslo_config import cfg
|
||||||
|
|
||||||
from tempest import config # noqa
|
|
||||||
|
|
||||||
service_available_group = cfg.OptGroup(name="service_available",
|
service_available_group = cfg.OptGroup(name="service_available",
|
||||||
title="Available OpenStack Services")
|
title="Available OpenStack Services")
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ import time
|
|||||||
import six
|
import six
|
||||||
from six.moves.urllib import parse as urlparse
|
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 import rest_client
|
||||||
from tempest.lib.common.utils import data_utils
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest.lib import exceptions
|
from tempest.lib import exceptions
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
from manila_tempest_tests import utils
|
from manila_tempest_tests import utils
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib.common.utils import data_utils # noqa
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -12,9 +12,8 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest import test
|
||||||
from tempest import test # noqa
|
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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 base
|
||||||
from manila_tempest_tests.tests.api import test_security_services
|
from manila_tempest_tests.tests.api import test_security_services
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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 base
|
||||||
from manila_tempest_tests.tests.api import test_share_networks
|
from manila_tempest_tests.tests.api import test_share_networks
|
||||||
|
@ -15,10 +15,10 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
import six # noqa
|
import six
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -14,10 +14,10 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import ddt
|
import ddt
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib.common.utils import data_utils # noqa
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
from manila_tempest_tests import utils
|
from manila_tempest_tests import utils
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
import copy
|
import copy
|
||||||
|
|
||||||
from tempest.lib.common.utils import data_utils # noqa
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib.common.utils import data_utils # noqa
|
from tempest.lib.common.utils import data_utils
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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 base
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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 base
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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 base
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import ddt
|
import ddt
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,11 +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.
|
||||||
|
|
||||||
from oslo_log import log # noqa
|
from oslo_log import log
|
||||||
import six # noqa
|
import six
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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 base
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslo_log import log # noqa
|
from oslo_log import log
|
||||||
import six # noqa
|
import six
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,12 +13,12 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslo_log import log # noqa
|
from oslo_log import log
|
||||||
import six # noqa
|
import six
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
# 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 six # noqa
|
import six
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
|
||||||
|
@ -13,10 +13,10 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest import config # noqa
|
from tempest import config
|
||||||
from tempest.lib import exceptions as lib_exc # noqa
|
from tempest.lib import exceptions as lib_exc
|
||||||
from tempest import test # noqa
|
from tempest import test
|
||||||
import testtools # noqa
|
import testtools
|
||||||
|
|
||||||
from manila_tempest_tests import share_exceptions
|
from manila_tempest_tests import share_exceptions
|
||||||
from manila_tempest_tests.tests.api import base
|
from manila_tempest_tests.tests.api import base
|
||||||
|
@ -14,11 +14,11 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslo_log import log as logging
|
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 data_utils
|
||||||
from tempest.lib.common.utils import test_utils
|
from tempest.lib.common.utils import test_utils
|
||||||
from tempest.lib import exceptions
|
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.api import base
|
||||||
from manila_tempest_tests.tests.scenario import manager_share as manager
|
from manila_tempest_tests.tests.scenario import manager_share as manager
|
||||||
|
Loading…
Reference in New Issue
Block a user