Skip to content

Commit

Permalink
Merge pull request #14 from Conjur-Enterprise/e2e-tests-17-26
Browse files Browse the repository at this point in the history
E2E Test Migration for Tests 17 - 26
  • Loading branch information
juniortaeza authored and GitHub Enterprise committed Apr 5, 2024
2 parents 08bb586 + ca3a8e3 commit 34d76e1
Show file tree
Hide file tree
Showing 16 changed files with 1,508 additions and 603 deletions.
26 changes: 0 additions & 26 deletions deploy/test/test_cases/TEST_ID_17_helm_job_deploys_successfully.sh

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions deploy/test/test_cases/TEST_ID_23_helm_service_account_exists.sh

This file was deleted.

This file was deleted.

59 changes: 0 additions & 59 deletions deploy/test/test_cases/TEST_ID_25_helm_default_retry_successful.sh

This file was deleted.

This file was deleted.

16 changes: 11 additions & 5 deletions e2e/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ package e2e

const (
// Container names
TestAppContainer = "test-app"
CLIContainer = "conjur-cli"
SecretsProviderLabelSelector = "app=test-env"
CLILabelSelector = "app=conjur-cli"
TestAppContainer = "test-app"
ConjurClusterContainer = "conjur-appliance"
ConjurCLIContainer = "conjur-cli"
LogsContainer = "cyberark-secrets-provider-for-k8s"

// Available templates:
// Label selectors
SPLabelSelector = "app=test-env"
SPHelmLabelSelector = "app=test-helm"
ConjurCLILabelSelector = "app=conjur-cli"
ConjurFollowerLabelSelector = "role=follower"

// Available templates
K8sTemplate = "secrets-provider-init-container"
K8sRotationTemplate = "secrets-provider-k8s-rotation"
P2fTemplate = "secrets-provider-init-push-to-file"
Expand Down
Loading

0 comments on commit 34d76e1

Please sign in to comment.