diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-04 17:17:30 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-04 18:18:37 +0200 |
commit | 6f9e3572840db59df171fa23002af1742634bb1a (patch) | |
tree | 5b9d6d23604a3df5e44ffbfa0abd02e6a991ef45 /docker/smoke-cntt | |
parent | e8b87faf8a22a597e20fa30d9bac7e2b116ccbbe (diff) |
Skip test_container_synchronization
It's not supported by radosgw which is now used in Functest SUTs [1][2].
It's removed from CNTT which seems leveraging on ceph (at least RI) [3]
[1] https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3.2/html/release_notes/bug-fixes
[2] http://artifacts.opnfv.org/functest/E46RCZLBRYCC/functest-opnfv-functest-smoke-hunter-tempest_slow-run-127/tempest_slow/tempest-report.html
[3] http://artifacts.opnfv.org/cntt/WKFRPQODPW34/cntt-opnfv-functest-smoke-latest-tempest_slow-run-37/tempest_slow/tempest-report.html
Change-Id: I8127df786c41af0d0285ef0e5cd1b28901685f65
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 461e532424648f03af61d058bedfd2191290b7cc)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 5 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index ba3f4dfec..9d51dc620 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -76,3 +76,8 @@ neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,gre,local,vxlan provider_vlans: foo, +object-storage-feature-enabled: + discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ + tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo" + object_versioning: true + discoverability: true diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index f87fb19ec..dfde548be 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -218,7 +218,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 36 + tests_count: 35 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -230,6 +230,7 @@ tiers: mode: "(?!.*test_volume_swap)\ (?!.*test_server_personality)\ (?!.*test_container_sync.ContainerSyncTest.test_container_synchronization)\ + (?!.*test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization)\ (?!.*test_encrypted_cinder_volumes)\ (?!.*test_minbw_allocation_placement)\ (?!.*test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling)\ |