Nuke will cleanup the base test directory by default, but can
cleanup the test directory for a given run if specified.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
help='Unlock each successfully nuked machine, and output targets that'
'could not be nuked.'
)
+ parser.add_argument(
+ '-n', '--name',
+ metavar='NAME',
+ help='Name of run to cleanup'
+ )
args = parser.parse_args()
return args
synch_clocks=synch_clocks,
reboot_all=reboot_all,
teuthology_config=ctx.teuthology_config,
+ name=ctx.name,
)
try:
nuke_helper(ctx, log)