-
Notifications
You must be signed in to change notification settings - Fork 261
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 integration tests to match the Basic workflow #104
Comments
Unless I hear otherwise, I will add this test and verify it on IKS to also have another additional platform for testing. |
@maximilien : I added few basic workflow commands in script, if you plan to address this in different way, please let me know. |
Nice @navidshaikh. Thanks! I'll try it on IKS and submit any changes as needed. Cheers 🍻 |
While this is great to start with, I also wanted the tests to be written in Golang. I'll create small example and tee it up for next call so we can discuss. However, what you have is fine for now and for v0.1 purposes --- especially since it follows what @sixolet had in the first e2e. Cheers. |
* Tests running simple workflow in e2e Fixes #104 * Adds e2e test for --force flag while creating service also removes http:// before the registry name * Removes the update command * Adds the service update command back to e2e tests also increases the sleep time between create and get
* Tests running simple workflow in e2e Fixes knative#104 * Adds e2e test for --force flag while creating service also removes http:// before the registry name * Removes the update command * Adds the service update command back to e2e tests also increases the sleep time between create and get
* Tests running simple workflow in e2e Fixes knative#104 * Adds e2e test for --force flag while creating service also removes http:// before the registry name * Removes the update command * Adds the service update command back to e2e tests also increases the sleep time between create and get
Adds install target for Makefile to install kn
`run_lint_tool()` uses markdownlint as the lint tool. Bonus: factor out running a linter against a set of files. Part of knative#101.
* Helloworld image running with non root user * Use release-1.28 branch from serverless-operator
This should be structured as start of e2e tests and for the first cut cover the proposed Basic workflow. So includes:
create service
service get
,service describe
newly created serviceservice list
that service in in the listdelete service
and verify deletedSubsequence e2e tests can follow additional advanced workflows with more commands, e.g.,
service update
,service replace
The text was updated successfully, but these errors were encountered: