示例#1
0
def RemoveSideChannel():
    escio.SetSideChannel(None)
示例#2
0
def AttachSideChannel(name):
    if escargs.args.test_case_dir:
        path = os.path.join(escargs.args.test_case_dir, name + ".txt")
        escio.SetSideChannel(path)