summaryrefslogtreecommitdiff
path: root/tempest/api/compute/admin/test_migrations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/api/compute/admin/test_migrations.py')
-rw-r--r--tempest/api/compute/admin/test_migrations.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tempest/api/compute/admin/test_migrations.py b/tempest/api/compute/admin/test_migrations.py
index 3c31e77c7..5434d930c 100644
--- a/tempest/api/compute/admin/test_migrations.py
+++ b/tempest/api/compute/admin/test_migrations.py
@@ -28,7 +28,6 @@ class MigrationsAdminTest(base.BaseV2ComputeAdminTest):
super(MigrationsAdminTest, cls).setup_clients()
cls.client = cls.os_adm.migrations_client
- @test.attr(type='gate')
@test.idempotent_id('75c0b83d-72a0-4cf8-a153-631e83e7d53f')
def test_list_migrations(self):
# Admin can get the migrations list
@@ -37,7 +36,6 @@ class MigrationsAdminTest(base.BaseV2ComputeAdminTest):
@test.idempotent_id('1b512062-8093-438e-b47a-37d2f597cd64')
@testtools.skipUnless(CONF.compute_feature_enabled.resize,
'Resize not available.')
- @test.attr(type='gate')
def test_list_migrations_in_flavor_resize_situation(self):
# Admin can get the migrations list which contains the resized server
server = self.create_test_server(wait_until="ACTIVE")