-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Pre 0.14.x AspaDefinitionUpdates also used plain Asn for "remove" * Fix handling of skipped ASPA migration commands, and ASPA events in other commands. * Fix upgraded for 0.9.6 (and use better testdata) * Improve test data
- Loading branch information
Tim Bruijnzeels
committed
Dec 6, 2023
1 parent
5b7e353
commit 8dcbc19
Showing
469 changed files
with
7,355 additions
and
5,229 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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,13 @@ | ||
{ | ||
"add_or_replace": [ | ||
{ | ||
"customer": 65000, | ||
"providers": [ | ||
"AS65001(v4)", | ||
"AS65002(v6)", | ||
"AS65003" | ||
] | ||
} | ||
], | ||
"remove": [] | ||
} |
13 changes: 13 additions & 0 deletions
13
test-resources/migrations/test-setup/aspa-0.9.6/add-aspa-65000.json
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,13 @@ | ||
{ | ||
"add_or_replace": [ | ||
{ | ||
"customer": "AS65000", | ||
"providers": [ | ||
"AS65001(v4)", | ||
"AS65002(v6)", | ||
"AS65003" | ||
] | ||
} | ||
], | ||
"remove": [] | ||
} |
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,3 @@ | ||
Add an ASPA: | ||
|
||
curl --insecure -H "Authorization: Bearer 03e3ce77ebc2bf14753ee4783d1ceffb" -X POST -d @./add-aspa-65000.json https://localhost:3000/api/v1/cas/krill-test-0-14-3/aspas |
5 changes: 5 additions & 0 deletions
5
test-resources/migrations/test-setup/aspa-0.9.6/remove-aspa-65000.json
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,5 @@ | ||
{ | ||
"add_or_replace": [ | ||
], | ||
"remove": ["AS65000" ] | ||
} |
Oops, something went wrong.