Skip to content

Commit

Permalink
[CI]Enable more compute features in tempest
Browse files Browse the repository at this point in the history
  • Loading branch information
gibizer committed Oct 9, 2023
1 parent b077ebe commit 43520ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
name: nova-operator-tempest-multinode
parent: podified-multinode-edpm-deployment-crc-3comp
vars:
cifmw_tempest_tempestconf_profile:
overrides:
compute.min_compute_nodes: 3
compute-feature-enabled.vnc_console: true
compute-feature-enabled.stable_rescue: true
compute_feature_enabled.hostname_fqdn_sanitization: true
# does it cause keystone errors when trying to access the internal service?
# validation.run_validation: true
cifmw_tempest_tests_allowed:
- tempest.
cifmw_tempest_tests_skipped:
Expand Down Expand Up @@ -174,10 +182,13 @@
- tempest.scenario.test_stamp_pattern
- tempest.scenario.test_volume_boot_pattern
- test_volume_snapshot_create_get_list_delete
- tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest
- test_stable_device_rescue_disk_virtio_with_volume_attached
# Need to check
- tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest.test_server_multi_create_auto_allocate
- tempest.api.object_storage.test_container_sync_middleware
- tempest.api.object_storage.test_object_version
- tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTestIDE
# Migration does not work yet
- tempest.api.compute.admin.test_live_migration
- tempest.api.compute.admin.test_migrations
Expand Down

0 comments on commit 43520ca

Please sign in to comment.