-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: topotests for bsid allocation modes
Check the presense of srv6 bsid route (based/not based on srv6 locator) when allocated with or without srv6-sid-manager. Signed-off-by: Dmytro Shytyi <[email protected]>
- Loading branch information
1 parent
ef4e3cd
commit f53618d
Showing
4 changed files
with
88 additions
and
216 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
tests/topotests/isis_srv6_te_topo1/rt2/step4/show_bsid_route.ref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"fc00:0:2::128/128":[ | ||
{ | ||
"prefix":"fc00:0:2::128/128", | ||
"prefixLen":128, | ||
"installed":true, | ||
"nexthops":[ | ||
{ | ||
"fib":true, | ||
"directlyConnected":true, | ||
"active":true, | ||
"seg6local":{ | ||
"action":"End.B6.Encap" | ||
}, | ||
"seg6":[ | ||
"fc00:0:4::", | ||
"fc00:0:5::" | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
tests/topotests/isis_srv6_te_topo1/rt2/step5/show_bsid_route.ref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"fc10:0:2::128/128":[ | ||
{ | ||
"prefix":"fc10:0:2::128/128", | ||
"prefixLen":128, | ||
"installed":true, | ||
"nexthops":[ | ||
{ | ||
"fib":true, | ||
"directlyConnected":true, | ||
"active":true, | ||
"seg6local":{ | ||
"action":"End.B6.Encap" | ||
}, | ||
"seg6":[ | ||
"fc00:0:4::", | ||
"fc00:0:5::" | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
25 changes: 0 additions & 25 deletions
25
tests/topotests/isis_srv6_te_topo1/rt2/step6/show_ipv6_route.ref
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters