tests: make tests less make dependent
[vpp.git] / test / test_l2bd_learnlimit_enabled.py
index 7fb8959..906ae14 100644 (file)
@@ -7,7 +7,7 @@ from scapy.packet import Raw
 from scapy.layers.l2 import Ether
 from scapy.layers.inet import IP, UDP
 
-from framework import VppTestCase, VppTestRunner, running_extended_tests
+from framework import VppTestCase, VppTestRunner
 from util import Host, ppp
 
 
@@ -29,7 +29,7 @@ class TestL2LearnLimit(VppTestCase):
         interfaces. Create host IPv4 address for every host MAC address.
 
         :param int n_hosts_per_if: Number of per interface hosts to
-        create MAC/IPv4 addresses for.
+             create MAC/IPv4 addresses for.
         """
 
         hosts = dict()