From 7947994cdf96b3f0fee618a14ac0b0a1f532a3d0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 15 Jun 2018 08:11:25 +0200 Subject: [PATCH] tests: don't start lldpd twice in a namespace --- tests/integration/test_basic.py | 1 - 1 file changed, 1 deletion(-) 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): -- 2.47.2