From: Vincent Bernat Date: Fri, 15 Jun 2018 06:11:25 +0000 (+0200) Subject: tests: don't start lldpd twice in a namespace X-Git-Tag: 1.0.2~16^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7947994cdf96b3f0fee618a14ac0b0a1f532a3d0;p=thirdparty%2Flldpd.git tests: don't start lldpd twice in a namespace --- diff --git a/tests/integration/test_basic.py b/tests/integration/test_basic.py index 0e1d5391..28c1896f 100644 --- a/tests/integration/test_basic.py +++ b/tests/integration/test_basic.py @@ -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):