Skip to content

Cleanup after test e2e funcs for Ansible/Helm/Go #3878

@camilamacedo86

Description

@camilamacedo86

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:

  • See that we have operations that which the errors have not been checked. So, we might be able to improve it and ensure that all was done succefully. For example:
By("deleting Curl Pod created")
_, _ = tc.Kubectl.Delete(true, "pod", "curl")

So, we need to remove the make undeploy because it is not available currently for the v2 plugin version which used by SDK

Motivation: #3499 (comment)

Describe the solution you'd like.

For Anisble/Helm/Go after e2e tests funcs

  • All steps checked
  • No make undeploy calls

Metadata

Metadata

Assignees

Labels

language/ansibleIssue is related to an Ansible operator projectlanguage/goIssue is related to a Go operator projectlanguage/helmIssue is related to a Helm operator projectlifecycle/rottenDenotes 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.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions