-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from mojaloop/k8s
feat: support k8s
- Loading branch information
Showing
74 changed files
with
1,896 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ | |
**/reports/** | ||
|
||
automate_perf.env | ||
perf.override.env | ||
perf-on-prem.env | ||
k8s.yaml |
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
54 changes: 54 additions & 0 deletions
54
docker/ml-testing-toolkit/test-cases/collections/de-provisioning-perf-als/oracle.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,54 @@ | ||
{ | ||
"options": {}, | ||
"name": "collections_tests_oracle", | ||
"test_cases": [ | ||
{ | ||
"id": 1, | ||
"name": "Add MSISDN Oracle", | ||
"meta": { | ||
"info": "Add MSISDN Oracle." | ||
}, | ||
"fileInfo": { | ||
"path": "collections/de-provisioning-perf-als/oracle.json" | ||
}, | ||
"requests": [ | ||
{ | ||
"id": 6, | ||
"description": "Add Oracle for MSISDN", | ||
"params": { | ||
"ID": "", | ||
"Type": "" | ||
}, | ||
"apiVersion": { | ||
"minorVersion": 1, | ||
"majorVersion": 1, | ||
"type": "als_admin", | ||
"specFile": "spec_files/api_definitions/als_admin_1.1/api_spec.yaml", | ||
"callbackMapFile": "spec_files/api_definitions/als_admin_1.1/callback_map.json", | ||
"responseMapFile": "spec_files/api_definitions/als_admin_1.1/response_map.json", | ||
"jsfRefFile": "spec_files/api_definitions/als_admin_1.1/mockRef.json", | ||
"triggerTemplatesFolder": "spec_files/api_definitions/als_admin_1.1/trigger_templates" | ||
}, | ||
"operationPath": "/oracles", | ||
"path": "/oracles", | ||
"method": "post", | ||
"url": "{$inputs.HOST_ACCOUNT_LOOKUP_ADMIN}", | ||
"headers": { | ||
"content-type": "application/vnd.interoperability.oracles+json;version=1.1", | ||
"date": "", | ||
"accept": "application/vnd.interoperability.oracles+json;version=1.1" | ||
}, | ||
"body": { | ||
"oracleIdType": "MSISDN", | ||
"endpoint": { | ||
"value": "{$inputs.PERF_ORACLE_ENDPOINT_BASE_URL}", | ||
"endpointType": "URL" | ||
}, | ||
"currency": "{$inputs.currency}" | ||
}, | ||
"disabled": false | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.