Skip to content

Commit

Permalink
[CI]Disable tempest.scenario.test_network_v6 in ceph
Browse files Browse the repository at this point in the history
We need to speed up our ceph job as it is close to 3 hours now. The 8
test cases in tempest.scenario.test_network_v6 are slow (~2 mins each)
and does not really cover nova specific functionality. Also we keep
running them in the non ceph job.
  • Loading branch information
gibizer authored and openshift-merge-bot[bot] committed Jun 25, 2024
1 parent 2ea8d7e commit 86fadba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,14 @@
# test_encrypted_cinder_volumes_cryptsetup use encyption format plain which is either
# not supported by ceph or a volume type that supprots it is not available.
# luks support is enabled and we are testing encrypted volumes with luks.
# tempest.scenario.test_network_v6 is disabled as it is 8 slow test case
# that does not cover nova functionality. Also we keep running it in
# the non ceph job.
cifmw_test_operator_tempest_exclude_list: |
tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules
tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
tempest.scenario.test_network_v6
# We need to use a custom cpu model to allow live migrating between
# slightly different computes coming from the node pool
# for ceph i might need to add https://github.com/openstack-k8s-operators/docs/blob/main/ceph.md#configure-nova
Expand Down

0 comments on commit 86fadba

Please sign in to comment.