1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #14524 from RIOT-OS/tests/fix/gnrc_dhcpv6_client-pl-output

tests/gnrc_dhcpv6_client: fix expected output
This commit is contained in:
Martine Lenders 2020-07-15 20:17:53 +02:00 committed by GitHub
commit 7150c7ae10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ def testfunc(child):
child.expect(r"inet6 addr:\s+(?P<global_addr>[0-9a-f:]+)\s+scope: global")
global_addr = child.match.group("global_addr")
child.expect(r"(?P<global_pfx>[0-9a-f:]+)/64\s+dev #\d\s+"
r"expires \d+sec\s+"
r"deprecates \d+sec")
r"expires \d+ sec\s+"
r"deprecates \d+ sec")
global_pfx = child.match.group("global_pfx")
if global_pfx.endswith("::"):
# remove one trailing : in case there are no 0s between prefix and