Skip to content

Commit

Permalink
removed test case which was no longer valid
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
  • Loading branch information
Skarlso committed Jan 16, 2025
1 parent 39c3b7f commit e2649b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ func TestSignedComponentUploadToLocalOCIRegistry(t *testing.T) {
Assess("Validate Component "+podinfoFrontendComponentName, checkRepositoryExistsInRegistry(componentNamePrefix+componentNameIdentifier+podinfoFrontendComponentName)).
Assess("Validate Component "+redisComponentName, checkRepositoryExistsInRegistry(componentNamePrefix+componentNameIdentifier+redisComponentName))

signatureVerificationFailed := features.New("Validate if invalid signed OCM Components are present in OCI Registry").
Assess("Check that component version "+cvName+"is ready and signature verification failed", checkIsComponentVersionFailed(cvName)).
Teardown(shared.DeleteSecret(keyName))

signatureVerification := features.New("Validate if signed Component Versions of OCM Components exist").
WithStep("create valid rsa key secret", 1, shared.CreateSecret(keyName, map[string][]byte{keyName: publicKey}, nil, "")).
Assess("Check that component version "+cvName+" is ready and signature was verified", checkIsComponentVersionReady(cvName, ocmNamespace))
Expand Down

0 comments on commit e2649b6

Please sign in to comment.