Remove installer type from rally blacklist
[functest.git] / functest / opnfv_tests / openstack / rally / blacklist.txt
index 95bea2b..0900f21 100644 (file)
@@ -1,17 +1,19 @@
 scenario:
     -
         scenarios:
-            - '^os-nosdn-lxd-(no)?ha$'
-        installers:
-            - joid
+            - '^os-'  # all scenarios
         tests:
-            - NovaServers.boot_server_from_volume_and_delete
+            # Following test occasionally fails due to race condition issue on
+            # quota manipulation in nova.
+            # Ref: https://bugs.launchpad.net/nova/+bug/1552622
+            - 'Quotas.nova_update_and_delete'
 
 functionality:
     -
         functions:
-            - no_live_migration
+            - no_migration
         tests:
             - NovaServers.boot_and_live_migrate_server
             - NovaServers.boot_server_attach_created_volume_and_live_migrate
             - NovaServers.boot_server_from_volume_and_live_migrate
+            - NovaServers.boot_and_migrate_server