lldpd-1.0.18-3

Bump the version to verify ENGCMP-4027. At the same time add sleep time
in selftest after tcpdump up to make sure capture the lldp messages.

Resolves: RHEL-22127

Signed-off-by: Hangbin Liu <haliu@redhat.com>
This commit is contained in:
Hangbin Liu 2024-05-20 18:07:33 +08:00
parent ddc0345060
commit 5f71860f58
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Name: lldpd
Version: 1.0.18
Release: 2%{?dist}
Release: 3%{?dist}
Summary: ISC-licensed implementation of LLDP
License: ISC
@ -175,6 +175,9 @@ fi
%changelog
* Mon May 20 2024 Hangbin Liu <haliu@redhat.com> - 1.0.18-3
- Add lldpd-devel package [RHEL-22127]
* Sun Feb 18 2024 Hangbin Liu <haliu@redhat.com> - 1.0.18-2
- Remove networkd gating test [RHEL-25990]

View File

@ -113,6 +113,7 @@ class lldpdTests(unittest.TestCase, lldpdUtilities):
""" verify at the other end of veth received LLDP packets that contains attibutes (link address, hostname, TTL, system desc). tcpdump """
self.StartCaptureLLDPPackets()
time.sleep(5)
self.Startlldpd()
""" capture for 10 seconds """
@ -132,6 +133,7 @@ class lldpdTests(unittest.TestCase, lldpdUtilities):
""" verify at the other end of veth ifname lldpd has received LLDP packets. tcpdump """
self.StartCaptureLLDPPackets()
time.sleep(5)
self.Startlldpd()
""" capture for 10 seconds """