aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/smoke-cntt/testcases.yaml3
-rw-r--r--functest/opnfv_tests/openstack/rally/scenario/opnfv-swift.yaml12
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml3
3 files changed, 10 insertions, 8 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 41546b395..b151eff52 100644
--- a/docker/smoke-cntt/testcases.yaml
+++ b/docker/smoke-cntt/testcases.yaml
@@ -12,7 +12,7 @@ tiers:
criteria: 100
blocking: false
deny_skipping: true
- tests_count: 501
+ tests_count: 502
description: >-
This test case runs the Tempest suite proposed by the
Neutron project. The list of test cases is generated by
@@ -188,6 +188,7 @@ tiers:
(?!.*test_volume_retype.VolumeRetypeWithMigrationTest)\
(?!.*test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete)\
(?!.*test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete)\
+ (?!.*test_volumes_negative.UpdateMultiattachVolumeNegativeTest.test_multiattach_rw_volume_update_failure)\
(?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\
(?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)"
option:
diff --git a/functest/opnfv_tests/openstack/rally/scenario/opnfv-swift.yaml b/functest/opnfv_tests/openstack/rally/scenario/opnfv-swift.yaml
index ccbe7bed3..66d7cd24d 100644
--- a/functest/opnfv_tests/openstack/rally/scenario/opnfv-swift.yaml
+++ b/functest/opnfv_tests/openstack/rally/scenario/opnfv-swift.yaml
@@ -4,7 +4,7 @@
objects_per_container: 2
object_size: 5120
runner:
- {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users) }}
roles:
@@ -15,7 +15,7 @@
SwiftObjects.list_objects_in_containers:
-
runner:
- {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users) }}
roles:
@@ -33,7 +33,7 @@
objects_per_container: 5
object_size: 1024
runner:
- {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users) }}
roles:
@@ -47,7 +47,7 @@
objects_per_container: 5
object_size: 102400
runner:
- {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users) }}
roles:
@@ -58,13 +58,13 @@
SwiftObjects.list_and_download_objects_in_containers:
-
runner:
- {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
context:
{{ user_context(tenants_amount, users_amount, use_existing_users) }}
roles:
- "admin"
swift_objects:
- containers_per_tenant: 2
+ containers_per_tenant: 1
objects_per_container: 5
object_size: 10240
sla:
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml
index d5daedf4d..8b72f7d33 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml
@@ -82,7 +82,8 @@ object-storage-feature-enabled:
object_versioning: true
discoverability: true
heat_plugin:
- skip_scenario_test_list: AodhAlarmTest,SoftwareConfigIntegrationTest
+ skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
+ VolumeBackupRestoreIntegrationTest"
auth_version: 3
heat_features_enabled:
multi_cloud: false