-
Notifications
You must be signed in to change notification settings - Fork 244
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
Create integration test suites for devfile support #2673
Comments
@johnmcollier: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@johnmcollier: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@johnmcollier: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
My sync PR does the following:
Once my sync PR has been delivered, this issue can be closed out. |
/assign |
This can be closed out - looks like my PR didn't close it when it was merged |
Currently there's no integration test suites for the devfile support in odo. While this isn't much of an issue right now, when there isn't much in terms of devfile support (at this moment, just creating a deployment), as we add more features and as the devfile-mode becomes more complete, this will become a bigger and bigger issue. Additionally, adding integration tests for devfile support will require more work the longer that we delay it (as more and more functionality needs to be tested).
So, we should create integration test suites for odo's devfile support sooner rather than later.
tests/integration
for the devfile/experimental features in odotests/examples
/area testing
/area devfile
The text was updated successfully, but these errors were encountered: