예제 #1
0
파일: test_vxlan6.py 프로젝트: chrisy/vpp
 def __init__(self, *args):
     BridgeDomain.__init__(self)
     VppTestCase.__init__(self, *args)
예제 #2
0
 def __init__(self, *args):
     BridgeDomain.__init__(self)
     VppTestCase.__init__(self, *args)
예제 #3
0
 def __init__(self, *args):
     BridgeDomain.__init__(self)
     self.test_decap.__func__.__doc__ = ' VXLAN BD decapsulation '
     self.test_encap.__func__.__doc__ = ' VXLAN BD encapsulation '
     VppTestCase.__init__(self, *args)