示例#1
0
文件: sniffer.py 项目: bobdoah/veripy
 def setUp(self):
     self.phy = MockInterface(OSInterfaceAdapter.get_physical_interfaces()[0], None)
示例#2
0
 def get_physical_interfaces(cls):
     return OSInterfaceAdapter.get_physical_interfaces()
示例#3
0
 def setUp(self):
     self.phy = MockInterface(
         OSInterfaceAdapter.get_physical_interfaces()[0], None)