Lines Matching refs:NAMES
173 variables contained within NAMES with the correct values
176 subcmd = tcmd.safe_substitute(NAMES)
200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])
354 global NAMES
385 # populate NAMES with TESTID for this test
386 NAMES['TESTID'] = tidx['id']
439 # remove TESTID from NAMES
440 del(NAMES['TESTID'])
643 global NAMES
646 NAMES['TC'] = args.path
648 NAMES['DEV2'] = args.device
649 if 'TIMEOUT' not in NAMES:
650 NAMES['TIMEOUT'] = None
651 if not os.path.isfile(NAMES['TC']):
652 print("The specified tc path " + NAMES['TC'] + " does not exist.")
891 args.NAMES = NAMES