Version: 9.15.0
python_test_driver.py File Reference

Data Structures

class  python_test_driver.TimeoutException
 

Namespaces

 python_test_driver
 

Functions

def python_test_driver.runTestBegin (command)
 
def python_test_driver.runTestEffective (process)
 
def python_test_driver.processResult (res, out, err)
 
def python_test_driver.installHook (hook=None)
 
def python_test_driver.timeoutHandler (signum, frame)
 

Variables

 python_test_driver.subPIDToKill = None
 
 python_test_driver.timeout_delay = sys.argv[1]
 
 python_test_driver.args = sys.argv[2:]
 
 python_test_driver.index = args.index('--hook')
 
 python_test_driver.hook = args.pop(index)
 
 python_test_driver._
 
 python_test_driver.ext
 
list python_test_driver.test_and_args = [sys.executable] + args
 
 python_test_driver.timeout_sec = abs(int(timeout_delay)-10)
 
 python_test_driver.timer = Timer(timeout_sec, timeoutHandler)
 
int python_test_driver.res = 1
 
def python_test_driver.process = runTestBegin(test_and_args)
 
 python_test_driver.out
 
 python_test_driver.err