-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add test-cmd test to validate that we can create using a stored template #2431
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
Conversation
@bparees ptal |
[test] |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/2341/) |
@@ -386,6 +386,8 @@ osc get template ruby-helloworld-sample | |||
[ "$(osc new-app ruby-helloworld-sample -o yaml | grep MYSQL_PASSWORD)" ] | |||
[ "$(osc new-app ruby-helloworld-sample -o yaml | grep ADMIN_USERNAME)" ] | |||
[ "$(osc new-app ruby-helloworld-sample -o yaml | grep ADMIN_PASSWORD)" ] | |||
# check that we can create from the template without errors | |||
osc new-app ruby-helloworld-sample |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should do a delete after this to clean it up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should do a delete after this to clean it up.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete added
66e0cce
to
dc3ea16
Compare
Lgtm. [merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/2054/) (Image: devenv-fedora_1596) |
Evaluated for origin up to dc3ea16 |
Merged by openshift-bot
No description provided.