Lines Matching refs:NAMES
176 subcmd = tcmd.safe_substitute(NAMES)
200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])
250 global NAMES
269 NAMES['TESTID'] = tidx['id']
317 del(NAMES['TESTID'])
519 global NAMES
522 NAMES['TC'] = args.path
524 NAMES['DEV2'] = args.device
525 if 'TIMEOUT' not in NAMES:
526 NAMES['TIMEOUT'] = None
527 if not os.path.isfile(NAMES['TC']):
528 print("The specified tc path " + NAMES['TC'] + " does not exist.")
762 args.NAMES = NAMES