Ejemplo n.º 1
0
def processlist_arglist():
    batch = intrpolate(testfile)
    batch.createbatch()
    keybatch = processlist(batch.proclist)
    keybatch.argslist()

    return keybatch.arglist
Ejemplo n.º 2
0
def processlist_writescript():
    sys.stderr.write('process_writescript\n')
    batch = intrpolate(config)
    batch.createbatch()
    keybatch = processlist(batch.proclist)
    keybatch.argslist()
    keybatch.writescript()
    return keybatch.arglist
Ejemplo n.º 3
0
def processlist_tstart():
    print('processlist_tstart')
    batch = intrpolate(testfile)
    batch.createbatch()
    keybatch = processlist(batch.proclist)
    keybatch.argslist()
    pdb.set_trace()
    keybatch.start()
    return keybatch.arglist
Ejemplo n.º 4
0
def batch_createbatch():
    batch = intrpolate(testfile)
    batch.createbatch()
    return batch
Ejemplo n.º 5
0
def batch_init():
    batch = intrpolate(testfile)
    return batch