Fix rally blacklist 90/71490/3
authorJames Gu <james.gu@att.com>
Wed, 25 Nov 2020 04:51:34 +0000 (20:51 -0800)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 28 Nov 2020 09:13:08 +0000 (10:13 +0100)
Fixed the screnario name ergex to the blacklist works for ovs scenario

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I7ee852d149a601494ad5c9543a914c51362d88ea

tools/files/blacklist.yaml
tools/files/tempest_conf.yaml

index b97aa48..992f1ca 100644 (file)
@@ -2,18 +2,12 @@
 scenario:
     -
         scenarios:
-            - '^os-'  # all scenarios
+            - 'ovs'
         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'
-            - 'NovaServers.resize_server'
-            - 'NovaServers.boot_and_get_console_url'
-            # 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:
     -
@@ -44,3 +38,4 @@ functionality:
             - NeutronNetworks.create_and_delete_floating_ips
             - NeutronNetworks.create_and_list_floating_ips
             - NeutronNetworks.associate_and_dissociate_floating_ips
+            - VMTasks.dd_load_test
index 7301d36..29d31e0 100644 (file)
@@ -59,13 +59,12 @@ network-feature-enabled:
     # not supported in Airship 1.8 due to DPDK
     floating_ips: false
 placement:
-    max_microversion: 1.4
+    max_microversion: 1.31
 validation:
     image_ssh_user: cirros
     ssh_timeout: 196
     ip_version_for_ssh: 4
     run_validation: true
-    connect_method: fixed
 volume:
     max_microversion: 3.59
     storage_protocol: ceph
@@ -87,6 +86,9 @@ neutron_plugin_options:
     agent_availability_zone: nova
     available_type_drivers: flat,vlan,vxlan
     provider_vlans: ovsnet
+object-storage:
+    operator_role: _member_
+    reseller_admin_role: admin
 object-storage-feature-enabled:
     discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\
       tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo"