예제 #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)