]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
WIP tmp/test-many-vlans
authorVincent Bernat <vincent@bernat.ch>
Wed, 6 Jul 2022 19:06:14 +0000 (21:06 +0200)
committerVincent Bernat <vincent@bernat.ch>
Wed, 6 Jul 2022 19:15:18 +0000 (21:15 +0200)
tests/integration/test_dot1.py

index 03d6eb92f969bb17aec96d357619dd5f6dcc644d..fbfcacaddae87a22ab8f941141f89cdf35ca7676 100644 (file)
@@ -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)