The labels will help us quickly determine what the command was trying to
accomplish in log output.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit
a965d6ca142c12c74124f73c9ef874df85e07e3d)
Conflicts:
tasks/workunit.py
ctx.cluster.only(client).run(
args=args,
+ label="s3 tests against rgw"
)
yield
remote.run(
logger=log.getChild(role),
args=args,
- )
+ label="workunit test {workunit}".format(workunit=workunit)
+ )
remote.run(
logger=log.getChild(role),
args=['sudo', 'rm', '-rf', '--', scratch_tmp],