Skip to content

Commit

Permalink
isisd: Align SRv6 topotests with new SID Manager
Browse files Browse the repository at this point in the history
Signed-off-by: Carmine Scarpitta <[email protected]>
  • Loading branch information
cscarpitta committed May 3, 2024
1 parent f2638cb commit b8d6e76
Show file tree
Hide file tree
Showing 103 changed files with 397 additions and 397 deletions.
2 changes: 1 addition & 1 deletion tests/topotests/isis_srv6_topo1/rt1/isisd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ log file isisd.log
! debug isis events
! debug isis route-events
! debug isis spf-events
! debug isis sr-events
debug isis sr-events
! debug isis lsp-gen
!
interface lo
Expand Down
8 changes: 4 additions & 4 deletions tests/topotests/isis_srv6_topo1/rt1/step1/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
]
}
],
"fc00:0:1:1::\/64":[
"fc00:0:1:e000::\/64":[
{
"prefix":"fc00:0:1:1::\/64",
"prefix":"fc00:0:1:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -245,9 +245,9 @@
]
}
],
"fc00:0:1:2::\/64":[
"fc00:0:1:e001::\/64":[
{
"prefix":"fc00:0:1:2::\/64",
"prefix":"fc00:0:1:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:1::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions tests/topotests/isis_srv6_topo1/rt1/step3/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
]
}
],
"fc00:0:1:1::\/64":[
"fc00:0:1:e000::\/64":[
{
"prefix":"fc00:0:1:1::\/64",
"prefix":"fc00:0:1:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -245,9 +245,9 @@
]
}
],
"fc00:0:1:2::\/64":[
"fc00:0:1:e001::\/64":[
{
"prefix":"fc00:0:1:2::\/64",
"prefix":"fc00:0:1:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:1::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions tests/topotests/isis_srv6_topo1/rt1/step5/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
]
}
],
"fc00:0:1:1::\/64":[
"fc00:0:1:e000::\/64":[
{
"prefix":"fc00:0:1:1::\/64",
"prefix":"fc00:0:1:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -245,9 +245,9 @@
]
}
],
"fc00:0:1:2::\/64":[
"fc00:0:1:e001::\/64":[
{
"prefix":"fc00:0:1:2::\/64",
"prefix":"fc00:0:1:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:1::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions tests/topotests/isis_srv6_topo1/rt1/step7/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
]
}
],
"fc00:0:1:1::\/64":[
"fc00:0:1:e000::\/64":[
{
"prefix":"fc00:0:1:1::\/64",
"prefix":"fc00:0:1:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -245,9 +245,9 @@
]
}
],
"fc00:0:1:2::\/64":[
"fc00:0:1:e001::\/64":[
{
"prefix":"fc00:0:1:2::\/64",
"prefix":"fc00:0:1:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:1::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
8 changes: 4 additions & 4 deletions tests/topotests/isis_srv6_topo1/rt1/step9/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
]
}
],
"fc00:0:1:1::\/64":[
"fc00:0:1:e000::\/64":[
{
"prefix":"fc00:0:1:1::\/64",
"prefix":"fc00:0:1:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -245,9 +245,9 @@
]
}
],
"fc00:0:1:2::\/64":[
"fc00:0:1:e001::\/64":[
{
"prefix":"fc00:0:1:2::\/64",
"prefix":"fc00:0:1:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:1::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion tests/topotests/isis_srv6_topo1/rt1/zebra.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ log file zebra.log
hostname rt1
!
! debug zebra kernel
! debug zebra packet
debug zebra packet
!
interface lo
ip address 1.1.1.1/32
Expand Down
2 changes: 1 addition & 1 deletion tests/topotests/isis_srv6_topo1/rt2/isisd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ log file isisd.log
! debug isis events
! debug isis route-events
! debug isis spf-events
! debug isis sr-events
debug isis sr-events
! debug isis lsp-gen
!
interface lo
Expand Down
16 changes: 8 additions & 8 deletions tests/topotests/isis_srv6_topo1/rt2/step1/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@
]
}
],
"fc00:0:2:1::\/64":[
"fc00:0:2:e000::\/64":[
{
"prefix":"fc00:0:2:1::\/64",
"prefix":"fc00:0:2:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -280,9 +280,9 @@
]
}
],
"fc00:0:2:2::\/64":[
"fc00:0:2:e001::\/64":[
{
"prefix":"fc00:0:2:2::\/64",
"prefix":"fc00:0:2:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -301,9 +301,9 @@
]
}
],
"fc00:0:2:3::\/64":[
"fc00:0:2:e002::\/64":[
{
"prefix":"fc00:0:2:3::\/64",
"prefix":"fc00:0:2:e002::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -322,9 +322,9 @@
]
}
],
"fc00:0:2:4::\/64":[
"fc00:0:2:e003::\/64":[
{
"prefix":"fc00:0:2:4::\/64",
"prefix":"fc00:0:2:e003::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:2::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
16 changes: 8 additions & 8 deletions tests/topotests/isis_srv6_topo1/rt2/step2/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@
]
}
],
"fc00:0:2:1::\/64":[
"fc00:0:2:e000::\/64":[
{
"prefix":"fc00:0:2:1::\/64",
"prefix":"fc00:0:2:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -261,9 +261,9 @@
]
}
],
"fc00:0:2:2::\/64":[
"fc00:0:2:e001::\/64":[
{
"prefix":"fc00:0:2:2::\/64",
"prefix":"fc00:0:2:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -282,9 +282,9 @@
]
}
],
"fc00:0:2:3::\/64":[
"fc00:0:2:e002::\/64":[
{
"prefix":"fc00:0:2:3::\/64",
"prefix":"fc00:0:2:e002::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -303,9 +303,9 @@
]
}
],
"fc00:0:2:4::\/64":[
"fc00:0:2:e003::\/64":[
{
"prefix":"fc00:0:2:4::\/64",
"prefix":"fc00:0:2:e003::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:2::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
16 changes: 8 additions & 8 deletions tests/topotests/isis_srv6_topo1/rt2/step3/show_ipv6_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@
]
}
],
"fc00:0:2:1::\/64":[
"fc00:0:2:e000::\/64":[
{
"prefix":"fc00:0:2:1::\/64",
"prefix":"fc00:0:2:e000::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -280,9 +280,9 @@
]
}
],
"fc00:0:2:2::\/64":[
"fc00:0:2:e001::\/64":[
{
"prefix":"fc00:0:2:2::\/64",
"prefix":"fc00:0:2:e001::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -301,9 +301,9 @@
]
}
],
"fc00:0:2:3::\/64":[
"fc00:0:2:e002::\/64":[
{
"prefix":"fc00:0:2:3::\/64",
"prefix":"fc00:0:2:e002::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand All @@ -322,9 +322,9 @@
]
}
],
"fc00:0:2:4::\/64":[
"fc00:0:2:e003::\/64":[
{
"prefix":"fc00:0:2:4::\/64",
"prefix":"fc00:0:2:e003::\/64",
"protocol":"isis",
"selected":true,
"destSelected":true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"chunks":[
{
"prefix":"fc00:0:2::/48",
"proto":"isis"
"proto":"system"
}
]
}
Expand Down
Loading

0 comments on commit b8d6e76

Please sign in to comment.