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 8, 2023
1 parent b7c515f commit 72e2401
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
parent: podified-multinode-edpm-deployment-crc-3comp
dependencies: ["openstack-k8s-operators-content-provider"]
vars:
# NOTE(gibi): use tempest-extras to get the whitebox plugin
cifmw_tempest_image: quay.io/podified-antelope-centos9/openstack-tempest-extras
cifmw_tempest_tempestconf_profile:
overrides:
compute.min_compute_nodes: 3
Expand All @@ -14,6 +16,9 @@
# 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
# FIXME(gibi): is it dash or underscore?
compute_feature_enabled.vtpm_device_supported: true
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 +28,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 72e2401

Please sign in to comment.