Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flag to disable test framework resource creation #743

Closed
AlexNPavel opened this issue Nov 14, 2018 · 0 comments
Closed

Add flag to disable test framework resource creation #743

AlexNPavel opened this issue Nov 14, 2018 · 0 comments

Comments

@AlexNPavel
Copy link
Contributor

Feature Request

This is a feature request that came from the CoreOS/Redhat slack.

Is your feature request related to a problem? Please describe.
It would be nice to have a way to use a running operator that already exists in the cluster to run the tests. Currently, global and namespaced resources get created by the operator-sdk's test framework, and there are some situations where this is not ideal.

Describe the solution you'd like
We can add a flag (for example --no-setup) that disables resource generation. This should be a simple solution, as we should be able to pass an empty manifest file to stop resources from being created.

cc @aravindhp

@AlexNPavel AlexNPavel changed the title Add flag to disable test framework resrouce creation Add flag to disable test framework resource creation Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant