Skip to content

Commit

Permalink
chore: updated ttk-sim callback response rules
Browse files Browse the repository at this point in the history
- updated link to use TTK Test Collection release.
- added TODO to update link once the response rules have been migrated to the SDK repo
- updated release notes with correct SDK version
  • Loading branch information
mdebarros committed Nov 22, 2022
1 parent 3a406bf commit 3c63ea9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .changelog/release-v14.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Date | Revision | Description
16. event-stream-processor: **v12.0.0-snapshot.7**
17. simulator: **12.0.0**
18. mojaloop-simulator: **v13.0.1**
19. sdk-scheme-adapter: v11.18.11 -> **v21.3.2** ([Compare](https://github.com/mojaloop/sdk-scheme-adapter/compare/v11.18.11...v21.4.0))
19. sdk-scheme-adapter: v11.18.11 -> **v21.4.0** ([Compare](https://github.com/mojaloop/sdk-scheme-adapter/compare/v11.18.11...v21.4.0))
20. ml-testing-toolkit: v15.0.0 -> **v15.2.0** ([Compare](https://github.com/mojaloop/ml-testing-toolkit/compare/v15.0.0...v15.2.0))
21. ml-testing-toolkit-ui: v15.0.0 -> **v15.0.1** ([Compare](https://github.com/mojaloop/ml-testing-toolkit-ui/compare/v15.0.0...v15.0.1))
22. ml-testing-toolkit-client-lib: **v1.0.0**
Expand Down Expand Up @@ -69,7 +69,7 @@ Date | Revision | Description
16. event-stream-processor - https://github.com/mojaloop/event-stream-processor/releases/v12.0.0-snapshot.7
17. simulator - https://github.com/mojaloop/simulator/releases/tag/v12.0.0
18. mojaloop-simulator - https://github.com/mojaloop/mojaloop-simulator/releases/tag/v13.0.1
19. sdk-scheme-adapter - https://github.com/mojaloop/sdk-scheme-adapter/releases/tag/v21.3.2
19. sdk-scheme-adapter - https://github.com/mojaloop/sdk-scheme-adapter/releases/tag/v21.4.0
20. ml-testing-toolkit - https://github.com/mojaloop/ml-testing-toolkit/releases/tag/v15.2.0
21. ml-testing-toolkit-ui - https://github.com/mojaloop/ml-testing-toolkit-ui/releases/tag/v15.0.1
22. ml-testing-toolkit-client-lib - https://github.com/mojaloop/ml-testing-toolkit-client-lib/releases/tag/v1.0.0
Expand Down
48 changes: 17 additions & 31 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7132,8 +7132,9 @@ mojaloop-ttk-simulators:
host: 'ttksim1.local'

config:
## TODO: Update the below line to the tagged release
rules_response__default.json: 'https://github.com/mojaloop/testing-toolkit-test-cases/raw/release/v14.1.0/rules/sdk-bulk/response_rules.json'
## TODO: Update the below line once the rules have been migrated to https://github.com/mojaloop/sdk-scheme-adapter
rules_response__default.json: 'https://github.com/mojaloop/testing-toolkit-test-cases/raw/v14.1.0/rules/sdk-bulk/response_rules.json'
# rules_response__default.json: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim1/spec_files/rules_response/default.json'
api_definitions__mojaloop_simulator_sim_1.4__api_spec.yaml: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim1/spec_files/api_definitions/mojaloop_simulator_sim_1.4/api_spec.yaml'
api_definitions__mojaloop_sdk_outbound_scheme_adapter_1.0__api_spec.yaml: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim1/spec_files/api_definitions/mojaloop_sdk_outbound_scheme_adapter_1.0/api_spec.yaml'
api_definitions__mojaloop_sdk_outbound_scheme_adapter_1.0__callback_map.json: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim1/spec_files/api_definitions/mojaloop_sdk_outbound_scheme_adapter_1.0/callback_map.json'
Expand Down Expand Up @@ -7190,8 +7191,9 @@ mojaloop-ttk-simulators:
adminApi:
host: 'ttksim2.local'
config:
## TODO: Update the below line to the tagged release
rules_response__default.json: 'https://github.com/mojaloop/testing-toolkit-test-cases/raw/release/v14.1.0/rules/sdk-bulk/response_rules.json'
## TODO: Update the below line once the rules have been migrated to https://github.com/mojaloop/sdk-scheme-adapter
rules_response__default.json: 'https://github.com/mojaloop/testing-toolkit-test-cases/raw/v14.1.0/rules/sdk-bulk/response_rules.json'
# rules_response__default.json: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim2/spec_files/rules_response/default.json'
api_definitions__mojaloop_simulator_sim_1.4__api_spec.yaml: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim2/spec_files/api_definitions/mojaloop_simulator_sim_1.4/api_spec.yaml'
api_definitions__mojaloop_sdk_outbound_scheme_adapter_1.0__api_spec.yaml: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim2/spec_files/api_definitions/mojaloop_sdk_outbound_scheme_adapter_1.0/api_spec.yaml'
api_definitions__mojaloop_sdk_outbound_scheme_adapter_1.0__callback_map.json: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim2/spec_files/api_definitions/mojaloop_sdk_outbound_scheme_adapter_1.0/callback_map.json'
Expand All @@ -7218,8 +7220,9 @@ mojaloop-ttk-simulators:
adminApi:
host: 'ttksim3.local'
config:
## TODO: Update the below line to the tagged release
rules_response__default.json: 'https://github.com/mojaloop/testing-toolkit-test-cases/raw/release/v14.1.0/rules/sdk-bulk/response_rules.json'
## TODO: Update the below line once the rules have been migrated to https://github.com/mojaloop/sdk-scheme-adapter
rules_response__default.json: 'https://github.com/mojaloop/testing-toolkit-test-cases/raw/v14.1.0/rules/sdk-bulk/response_rules.json'
# rules_response__default.json: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim3/spec_files/rules_response/default.json'
api_definitions__mojaloop_simulator_sim_1.4__api_spec.yaml: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim3/spec_files/api_definitions/mojaloop_simulator_sim_1.4/api_spec.yaml'
api_definitions__mojaloop_sdk_outbound_scheme_adapter_1.0__api_spec.yaml: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim3/spec_files/api_definitions/mojaloop_sdk_outbound_scheme_adapter_1.0/api_spec.yaml'
api_definitions__mojaloop_sdk_outbound_scheme_adapter_1.0__callback_map.json: 'https://github.com/mojaloop/sdk-scheme-adapter/raw/v21.4.0/test/func/config/ttk-ttksim3/spec_files/api_definitions/mojaloop_sdk_outbound_scheme_adapter_1.0/callback_map.json'
Expand Down Expand Up @@ -8712,11 +8715,8 @@ ml-ttk-posthook-setup:
weight: -5
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
# testCasesZipUrl: &ttkGitUrl https://github.com/mojaloop/testing-toolkit-test-cases/archive/v14.0.0.1.zip
# testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-14.0.0.1/collections/hub/provisioning
## TODO: UPDATE THE ABOVE AND REMOVE THE BELOW for final version of: testing-toolkit-test-cases-release-v14.1.0
testCasesZipUrl: &ttkGitUrl https://github.com/mojaloop/testing-toolkit-test-cases/archive/refs/heads/release/v14.1.0.zip
testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-release-v14.1.0/collections/hub/provisioning
testCasesZipUrl: &ttkGitUrl https://github.com/mojaloop/testing-toolkit-test-cases/archive/v14.1.0.zip
testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-14.1.0/collections/hub/provisioning
ttkBackendURL: http://$release_name-ml-testing-toolkit-backend:5050
parameters:
<<: *simNames
Expand All @@ -8729,8 +8729,7 @@ ml-ttk-posthook-tests:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
## TODO: UPDATE THE ABOVE AND REMOVE THE BELOW for final version of: testing-toolkit-test-cases-release-v14.1.0
testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-release-v14.1.0/collections/hub/golden_path
testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-14.1.0/collections/hub/golden_path
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
ttkBackendURL: http://$release_name-ml-testing-toolkit-backend:5050
Expand Down Expand Up @@ -8867,9 +8866,7 @@ ml-ttk-test-val-bulk:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
# testCasesPathInZip: testing-toolkit-test-cases-14.0.0.1/collections/hub/other_tests/bulk_transfers
## TODO: UPDATE THE ABOVE AND REMOVE THE BELOW for final version of: testing-toolkit-test-cases-release-v14.1.0
testCasesPathInZip: testing-toolkit-test-cases-release-v14.1.0/collections/hub/other_tests/bulk_transfers
testCasesPathInZip: testing-toolkit-test-cases-14.1.0/collections/hub/other_tests/bulk_transfers
## Optional config for uploading reports to S3 Buckets. If enabled: WS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION under the 'configCreds' is required.
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
Expand Down Expand Up @@ -8907,9 +8904,7 @@ ml-ttk-test-setup-tp:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
# testCasesPathInZip: testing-toolkit-test-cases-14.0.0.1/collections/hub/provisioning_thirdparty
## TODO: UPDATE THE ABOVE AND REMOVE THE BELOW for final version of: testing-toolkit-test-cases-release-v14.1.0
testCasesPathInZip: testing-toolkit-test-cases-release-v14.1.0/collections/hub/provisioning_thirdparty
testCasesPathInZip: testing-toolkit-test-cases-14.1.0/collections/hub/provisioning_thirdparty
## Optional config for uploading reports to S3 Buckets. If enabled: WS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION under the 'configCreds' is required.
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
Expand Down Expand Up @@ -8947,9 +8942,7 @@ ml-ttk-test-val-tp:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
# testCasesPathInZip: testing-toolkit-test-cases-14.0.0.1/collections/hub/thirdparty
## TODO: UPDATE THE ABOVE AND REMOVE THE BELOW for final version of: testing-toolkit-test-cases-release-v14.1.0
testCasesPathInZip: testing-toolkit-test-cases-release-v14.1.0/collections/hub/thirdparty
testCasesPathInZip: testing-toolkit-test-cases-14.1.0/collections/hub/thirdparty
## Optional config for uploading reports to S3 Buckets. If enabled: WS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION under the 'configCreds' is required.
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
Expand Down Expand Up @@ -8987,9 +8980,7 @@ ml-ttk-test-setup-sdk-bulk:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
# testCasesPathInZip: testing-toolkit-test-cases-14.0.0.1/collections/hub/other_tests/bulk_transfers
## TODO: UPDATE THE ABOVE AND REMOVE THE BELOW for final version of: testing-toolkit-test-cases-release-v14.1.0
testCasesPathInZip: testing-toolkit-test-cases-release-v14.1.0/collections/hub/provisioning_sdkbulk
testCasesPathInZip: testing-toolkit-test-cases-14.1.0/collections/hub/provisioning_sdkbulk
## Optional config for uploading reports to S3 Buckets. If enabled: WS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION under the 'configCreds' is required.
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
Expand Down Expand Up @@ -9026,13 +9017,8 @@ ml-ttk-test-val-sdk-bulk:
weight: -1
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
# testCasesZipUrl: *ttkGitUrl
## TODO: We can remove the following line and uncomment the above line after we merge the test-cases related sdk-bulk to master branch and release a version
testCasesZipUrl: *ttkGitUrl
## TODO: UNCOMMENT THE LINE BELOW
# testCasesPathInZip: testing-toolkit-test-cases-14.0.0.1/collections/hub/sdk-bulk
## TODO: REMOVE THE LINE BELOW
testCasesPathInZip: testing-toolkit-test-cases-release-v14.1.0/collections/hub/sdk-bulk
testCasesPathInZip: testing-toolkit-test-cases-14.1.0/collections/hub/sdk-bulk
## Optional config for uploading reports to S3 Buckets. If enabled: WS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION under the 'configCreds' is required.
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
Expand Down

0 comments on commit 3c63ea9

Please sign in to comment.