X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftemplate_bd.py;h=bebe76d765ddc74906145340b5c1291af6048bc9;hb=4a58e49cf;hp=198cc2258b8d5e25687896b11b5f47079dd49ef0;hpb=91fd910d7d7611a28d1f85482ed5d5c3ee6a8853;p=vpp.git diff --git a/test/template_bd.py b/test/template_bd.py index 198cc2258b8..bebe76d765d 100644 --- a/test/template_bd.py +++ b/test/template_bd.py @@ -1,17 +1,13 @@ #!/usr/bin/env python3 import abc -import six from scapy.layers.l2 import Ether from scapy.packet import Raw from scapy.layers.inet import IP, UDP -from util import ip4_range - -@six.add_metaclass(abc.ABCMeta) -class BridgeDomain(object): +class BridgeDomain(metaclass=abc.ABCMeta): """ Bridge domain abstraction """ @property