# Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. import ddt from testtools import testcase as tc from manila_tempest_tests.tests.api import base @ddt.ddt class ShareInstancesNegativeTest(base.BaseSharesAdminTest): @classmethod def resource_setup(cls): super(ShareInstancesNegativeTest, cls).resource_setup() cls.share = cls.create_share() @tc.attr(base.TAG_NEGATIVE, base.TAG_API_WITH_BACKEND) @base.skip_if_microversion_not_supported("2.34") @ddt.data('path', 'id') def test_list_share_instances_with_export_location_and_invalid_version( self, export_location_type): # In API versions