From: Vincent Bernat Date: Wed, 6 Jul 2022 19:06:14 +0000 (+0200) Subject: WIP X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Ftmp%2Ftest-many-vlans;p=thirdparty%2Flldpd.git WIP --- diff --git a/tests/integration/test_dot1.py b/tests/integration/test_dot1.py index 03d6eb92..fbfcacad 100644 --- a/tests/integration/test_dot1.py +++ b/tests/integration/test_dot1.py @@ -34,6 +34,6 @@ class TestLldpDot1(object): lldpd() with namespaces(1): out = lldpcli("-f", "keyvalue", "show", "neighbors", "details") - assert 'lldp.eth0.vlan' not in out + assert 'lldp.eth0.vlan' in out # TODO: PI and PPVID (but lldpd doesn't know how to generate them)