1 parent 6a1058d commit 3eb2c02Copy full SHA for 3eb2c02
1 file changed
pulp_python/tests/functional/api/test_konflux_attestations.py
@@ -1,10 +1,9 @@
1
-"""Functional tests for Konflux-style attestation verification.
+"""Functional tests for SLSA provenance attestation verification.
2
3
These tests exercise the attestation / provenance upload paths with
4
-attestations that carry an RSA signature instead of a Sigstore certificate,
5
-mirroring the format produced by Konflux / Calunga builds.
+attestations that carry an RSA signature instead of a Sigstore certificate.
6
7
-The test signing key is generated at image build time and the matching
+A static test keypair is shipped in .ci/assets/keys/ and the matching
8
public key is configured as PULP_ATTESTATION_VERIFICATION_KEY so that
9
signature verification is fully exercised end-to-end.
10
"""
0 commit comments