Skip to content

Commit

Permalink
[tempest]Enable vTPM testing
Browse files Browse the repository at this point in the history
This ensures that the Barbican - Nova integration works.
  • Loading branch information
gibizer committed Dec 15, 2023
1 parent b7c515f commit 4867c83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
parent: podified-multinode-edpm-deployment-crc-3comp
dependencies: ["openstack-k8s-operators-content-provider"]
vars:
# NOTE(gibi): use tempest-all to get the whitebox plugin
cifmw_tempest_image: quay.io/podified-antelope-centos9/openstack-tempest-all
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
compute-feature-enabled.hostname_fqdn_sanitization: true
# NOTE(alee) these tests will fail with barbican in the mix
# while cinder/nova is not configured to talk to barbican
# re-enable this when that support is added
compute-feature-enabled.attach_encrypted_volume: false
compute-feature-enabled.vtpm_device_supported: true
validation.run_validation: true
# NOTE(gibi): This is a WA to force the publicURL as otherwise
# tempest gets configured with adminURL and that causes test
Expand All @@ -23,6 +26,9 @@
# NOTE(gibi): enable only the high level scenario tests to keep the
# job run time reasonable
- tempest.scenario
# NOTE(gibi): plus the whitebox vTPM tests as there is no scenario
# test that covers barbican - nova integration
- VTPMTest
cifmw_tempest_tests_skipped:
# NOTE(gibi): there are no cinder backend enabled so test needing a
# volumes needs to be skipped
Expand Down

0 comments on commit 4867c83

Please sign in to comment.