Skip to content

Commit

Permalink
テストデータ更新
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gucci committed Aug 1, 2024
1 parent deb5f00 commit ba73507
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
23 changes: 12 additions & 11 deletions test/expects/cisco_ios_xr/policy_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
"conditions": [],
"actions": [
{
"as-path-prepend": {
"asn": [
"50000",
"50000"
]
}
"as-path-prepend": [
{
"asn": "50000",
"repeat": 2
}
]
},
{
"metric": "100"
Expand Down Expand Up @@ -650,11 +650,12 @@
],
"actions": [
{
"as-path-prepend": {
"asn": [
"60000"
]
}
"as-path-prepend": [
{
"asn": "60000",
"repeat": 1
}
]
},
{
"local-preference": "300"
Expand Down
23 changes: 18 additions & 5 deletions test/expects/juniper/policy_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,16 @@
],
"actions": [
{
"as-path-prepend": {
"asn": [
"38639"
]
}
"as-path-prepend": [
{
"asn": "65500",
"repeat": 1
},
{
"asn": "65500",
"repeat": 1
}
]
},
{
"metric": "100"
Expand Down Expand Up @@ -191,6 +196,14 @@
}
],
"actions": [
{
"as-path-prepend": [
{
"asn": "65501",
"repeat": 1
}
]
},
{
"metric": "100"
},
Expand Down

0 comments on commit ba73507

Please sign in to comment.