-
Notifications
You must be signed in to change notification settings - Fork 30
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
added build_simple test #156
Conversation
build_args = | ||
|
||
image_repo_name = docker_test | ||
image_tag_postfix = test |
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.
Missing newline
Indeed nice and simple, just what was needed. I think just the config + docs need some really minor fixes, otherwise the rest is just suggestions. |
Good suggestions, I'll work on a new pull req. |
Signed-off-by: James Molet <jmolet@redhat.com> fixed errors and renamed build_simple to build_paths Signed-off-by: James Molet <jmolet@redhat.com>
working on this to add test for #137 |
Okay, good enough, just a few final touches are needed, but I can fix them and merge... |
def postprocess_iteration(self): | ||
super(build_paths, self).postprocess_iteration() | ||
cmdresult = self.stuff['cmdresults'][self.iteration - 1] | ||
self.loginfo("Command: '%s'" % cmdresult.command) |
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.
Remember logging calls just take substitution values as arguments...
Yep, the test fails on the first build-fail, I think we can just move that |
Signed-off-by: James Molet jmolet@redhat.com
Decided not to split this off into a subsubtest due to its utility.