parser=argparse.ArgumentParser(description='Configure test environment.')
parser.add_argument('folders',nargs="*",default=".",help="Folder to search for files")
parser.add_argument('-m','--mask',default="")
parser.add_argument('-m','--mask',default="",help="Use to select only a specific sender from a set of tests. i.e. '-m cubic', will only show results for files containing the phrase cubic")
parser.add_argument('-t','--time',default="300",help="Length of tests to analyze (for bw)")