-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Cleanup after test e2e funcs for Ansible/Helm/Go #3878
Copy link
Copy link
Closed
Labels
language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator projectlanguage/goIssue is related to a Go operator projectIssue is related to a Go operator projectlanguage/helmIssue is related to a Helm operator projectIssue is related to a Helm operator projectlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.triage/needs-informationIndicates an issue needs more information in order to work on it.Indicates an issue needs more information in order to work on it.
Milestone
Metadata
Metadata
Assignees
Labels
language/ansibleIssue is related to an Ansible operator projectIssue is related to an Ansible operator projectlanguage/goIssue is related to a Go operator projectIssue is related to a Go operator projectlanguage/helmIssue is related to a Helm operator projectIssue is related to a Helm operator projectlifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.triage/needs-informationIndicates an issue needs more information in order to work on it.Indicates an issue needs more information in order to work on it.
Describe the problem you need a feature to resolve.
The goal of this task is to improve the funcs which are called after the execution of the e2e tests we have such as https://github.com/operator-framework/operator-sdk/blob/master/test/e2e-go/e2e_go_cluster_test.go#L45-L71:
make undeployand also the func that in the Test utils which will allow we to remove all manifests that were applied for the tests. See: https://github.com/operator-framework/operator-sdk/blob/master/test/e2e-go/e2e_go_cluster_test.go#L59-L70So, we need to remove the
make undeploybecause it is not available currently for the v2 plugin version which used by SDKMotivation: #3499 (comment)
Describe the solution you'd like.
For Anisble/Helm/Go after e2e tests funcs