Description of problem: It seems that, currently, there is not support for submission-delegate (job atribute user) in bkr.client. I was expecting it to be here :( matching the server's new functionality. class BeakerJob(BeakerBase): def __init__(self, *args, **kwargs): 8><----- if kwargs.get('retention_tag'): self.node.setAttribute('retention_tag', kwargs.get('retention_tag')) if kwargs.get('product'): self.node.setAttribute('product', kwargs.get('product')) if kwargs.get('job_group'): self.node.setAttribute('group', kwargs.get('job_group')) something like should be sufficient: if kwargs.get('user'): self.node.setAttribute('user', kwargs.get('user')) Version-Release number of selected component (if applicable): beaker-client-0.14.1-1.fc18.noarch How reproducible: 100%
Huh, I thought we added that along with the rest of the feature, but it appears not. The new parameter should be called "--job-owner" (the fact we called the XML attribute "user" instead of "owner" was a design mistake)
can this be moved up to 0.14.4? Seems a simple fix no? Thanks
I agree it would be nice, but the regression in bug 1033032 just made life a little more interesting than I like :( That said, I'm easily bought by Gerrit patches that come with tests and docs ;)
http://gerrit.beaker-project.org/3505
Beaker 19.1 is released.