Added missing test tags to compute tests
Change-Id: I13d3042da668970947bcf0f59ac7d5c738f7ef1c
This commit is contained in:
@@ -14,11 +14,13 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
"""
|
||||
|
||||
from cafe.drivers.unittest.decorators import tags
|
||||
from test_repo.compute.fixtures import ComputeFixture
|
||||
|
||||
|
||||
class KeypairsTest(ComputeFixture):
|
||||
|
||||
@tags(type='positive', net='no')
|
||||
def test_create_delete_keypair(self):
|
||||
resp = self.keypairs_client.create_keypair('test3')
|
||||
self.assertEqual(resp.status_code, 200)
|
||||
|
||||
@@ -14,11 +14,13 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
"""
|
||||
|
||||
from cafe.drivers.unittest.decorators import tags
|
||||
from test_repo.compute.fixtures import ComputeFixture
|
||||
|
||||
|
||||
class SecurityGroupTest(ComputeFixture):
|
||||
|
||||
@tags(type='positive', net='no')
|
||||
def test_create_delete_security_group(self):
|
||||
resp = self.sec_groups_client.create_security_group(name='test',
|
||||
description='test group')
|
||||
|
||||
Reference in New Issue
Block a user