예제 #1
0
파일: base.py 프로젝트: grodansparadis/6lbr
 def __init__(self, test_name):
     self.test_name = test_name
     self.initreport()
     self.platform = config.platformClass()
     self.backbone = config.backboneClass(self.platform)
     self.wsn = config.wsnClass()
     self.tcpdump = TcpDump()
     self.host = Host(self.backbone)
     self.brList = []
     self.test_mote = None
예제 #2
0
 def __init__(self, test_name):
     self.test_name = test_name
     self.initreport()
     self.platform = config.platformClass()
     self.backbone = config.backboneClass(self.platform)
     self.wsn = config.wsnClass()
     self.tcpdump = TcpDump()
     self.host = Host(self.backbone)
     self.brList = []
     self.test_mote = None