Script Helpers
rerun
def script_add_args(parser)
Add common Rerun script arguments to parser
.
PARAMETER | DESCRIPTION |
---|---|
parser |
The parser to add arguments to.
TYPE:
|
def script_setup(args, application_id)
def script_teardown(args)
Run common post-actions. Sleep if serving the web viewer.
PARAMETER | DESCRIPTION |
---|---|
args |
The parsed arguments from
TYPE:
|