]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: don't start lldpd twice in a namespace
authorVincent Bernat <vincent@bernat.im>
Fri, 15 Jun 2018 06:11:25 +0000 (08:11 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 16 Jun 2018 15:08:28 +0000 (17:08 +0200)
tests/integration/test_basic.py

index 0e1d53918bb8669e7ddc990dd53711cebf07851c..28c1896f73d6ae892ba750d478391b5760950c7b 100644 (file)
@@ -260,7 +260,6 @@ def test_portid_subtype_local_with_alias(lldpd1, lldpd, lldpcli, namespaces):
         idx = ipr.link_lookup(ifname="eth1")[0]
         ipr.link('set', index=idx, ifalias="alias of eth1")
         lldpd()
-        lldpd()
         lldpcli("configure", "lldp", "portidsubtype", "local", "localname")
         time.sleep(3)
     with namespaces(1):