From 4cfe0fa9455c1cf006c8348b177813ba6fc47576 Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Mon, 18 Sep 2023 15:56:45 +0200 Subject: [PATCH] test: add ipv6 to bloated.json for cli-pretty Signed-off-by: Richard Alpe --- test/case/cli_pretty/json/bloated.json | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/test/case/cli_pretty/json/bloated.json b/test/case/cli_pretty/json/bloated.json index 66aaf039..71aeb836 100644 --- a/test/case/cli_pretty/json/bloated.json +++ b/test/case/cli_pretty/json/bloated.json @@ -41,6 +41,21 @@ } ] }, + "ietf-ip:ipv6": { + "mtu": 1500, + "address": [ + { + "ip": "fe80::beff:407a:d738:abb4", + "prefix-length": 64, + "origin": "link-layer" + }, + { + "ip": "fe80::beff:aaaa:d738:abb4", + "prefix-length": 64, + "origin": "random" + } + ] + }, "infix-interfaces:bridge-port": { "bridge": "br0" } @@ -116,6 +131,21 @@ "origin" : "static" } ] + }, + "ietf-ip:ipv6": { + "mtu": 1500, + "address": [ + { + "ip": "fe80::beff:407a:d738:abb4", + "prefix-length": 64, + "origin": "link-layer" + }, + { + "ip": "fe80::beff:aaaa:d738:abb4", + "prefix-length": 64, + "origin": "random" + } + ] } }, {