]> git.ipfire.org Git - thirdparty/lldpd.git/history - tests/integration/test_basic.py
build: bump cross-platform-actions/action from 0.27.0 to 0.28.0
[thirdparty/lldpd.git] / tests / integration / test_basic.py
2022-12-08  Vincent Bernattests: use prefixlen instead of mask with pyroute2
2022-11-06  Vincent Bernatbuild: reformat code
2022-05-14  Vincent Bernattests: ensure we free pyroute2 resources fix/too-many-vlans
2021-04-09  Vincent Bernattests: catch problem with creation of chroot in tests
2021-03-01  Vincent Bernatclient: don't show age/via for local interfaces feature/show-port-config
2021-03-01  Vincent Bernatclient: display port administrative status with "show...
2020-11-14  Vincent Bernatdoc: move lldpd to a dedicated organization
2020-09-02  Vincent BernatMerge pull request #410 from awujek/develop
2020-08-18  Michal Wasiakports: allow sending LLDP frames on a specified VLAN 410/head
2020-04-11  Vincent BernatMerge pull request #386 from vincentbernat/fix/chassisi...
2020-04-11  Vincent Bernatinterfaces: don't modify chassis ID when overriden fix/chassisid-interface-flap 386/head
2019-11-20  Vincent Bernattests: add a test with different MTU interfaces
2019-10-08  Vincent BernatMerge branch 'feature/vlan-enabled-bridge'
2019-10-08  Vincent Bernatlldp: when receiving a shutdown LLDPU, don't clear...
2019-09-15  Vincent Bernatinterfaces: enable matching on interface name for manag... feature/management-device
2019-07-27  Vincent Bernatclient: don't display management interface index if...
2019-07-27  Vincent Bernatinterfaces: compute interface index for fixed managemen...
2019-07-27  Vincent Bernatlib: expose management interface index
2018-06-16  Vincent BernatMerge pull request #285 from vincentbernat/feature...
2018-06-16  Vincent Bernattests: don't start lldpd twice in a namespace
2018-06-16  Vincent Bernattests: add a test for interface alias handling
2018-03-17  Vincent BernatMerge pull request #272 from westermo/fix-snmp-remTable...
2018-03-12  Vincent Bernattest: add test for new portdescription setting
2018-03-01  Vincent Bernatnetlink: fix non-updated management address
2017-12-30  Vincent BernatMerge pull request #263 from vic-lin-accton/master
2017-12-30  Vincent Bernatlib: ability to configure a local chassis ID 263/head
2017-12-30  Vincent Bernatdaemon: ensure chassis-related changes are updated...
2017-08-30  Steven Websterclient: add show interfaces command (#240)
2017-02-19  Vincent Bernatlldp: attach remote TTL to port instead of chassis
2016-06-14  Vincent Bernatlldpcli: fix manual page for port status
2016-06-14  Vincent Bernattests: remove useless variable
2016-06-09  Vincent Bernatinterfaces: fix setting of local value for port ID
2016-05-27  Vincent Bernatlldpcli: display chassis TTL
2016-03-16  Vincent Bernattests/integration: when several neighbors, be safe...
2016-03-16  Vincent Bernattests/integration: reduce the number of emulated neighbor
2016-03-13  Vincent Bernattests: replace integration test by py.test+namespace...