From 894413be2d6ecac8a9ef697b711e3a89c15d9761 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Tue, 22 Oct 2019 13:05:35 +0200 Subject: [PATCH] examples/suit_update/test: change local to link --- examples/suit_update/README.md | 2 +- examples/suit_update/tests/01-run.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/suit_update/README.md b/examples/suit_update/README.md index 4dbc70e2a1..7b895607f4 100644 --- a/examples/suit_update/README.md +++ b/examples/suit_update/README.md @@ -170,7 +170,7 @@ If the Border Router is already set up when opening the terminal you should get RTR_ADV 6LO IPHC Source address length: 8 Link type: wireless - inet6 addr: fe80::7b7e:3255:1313:8d96 scope: local VAL + inet6 addr: fe80::7b7e:3255:1313:8d96 scope: link VAL inet6 addr: 2001:db8::7b7e:3255:1313:8d96 scope: global VAL inet6 group: ff02::2 inet6 group: ff02::1 diff --git a/examples/suit_update/tests/01-run.py b/examples/suit_update/tests/01-run.py index e2114f7283..2ef475dd96 100755 --- a/examples/suit_update/tests/01-run.py +++ b/examples/suit_update/tests/01-run.py @@ -84,7 +84,7 @@ def get_ipv6_addr(child): child.expect_exact("Link type: wired") child.expect( r"inet6 addr: (?P[0-9a-fA-F:]+:[A-Fa-f:0-9]+)" - " scope: local VAL" + " scope: link VAL" ) addr = "{}%{}".format(child.match.group("lladdr").lower(), TAP) return addr