Skip to content

Commit

Permalink
fix: ttk assertions and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Sep 19, 2024
1 parent d97b0ce commit 7b92ce6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13522,9 +13522,9 @@ ml-testing-toolkit:
## We can pass the JSON content as the value for the parameters
## Or we can pass a http/https URL for the JSON file as the value for the parameters. Then the file will be downloaded and replaced in the corresponding location.
## Ex: rules_callback__default.json: "https://raw.githubusercontent.com/mojaloop/ml-testing-toolkit/master/spec_files/rules_callback/default.json"
rules_callback__default.json: "https://github.com/mojaloop/testing-toolkit-test-cases/raw/v16.1.0-fx-snapshot.36/rules/hub/rules_callback/default.json"
rules_response__default.json: "https://github.com/mojaloop/testing-toolkit-test-cases/raw/v16.1.0-fx-snapshot.36/rules/hub/rules_response/default.json"
rules_validation__default.json: "https://github.com/mojaloop/testing-toolkit-test-cases/raw/v16.1.0-fx-snapshot.36/rules/hub/rules_validation/default.json"
rules_callback__default.json: "https://github.com/mojaloop/testing-toolkit-test-cases/raw/v16.1.0-fx-snapshot.37/rules/hub/rules_callback/default.json"
rules_response__default.json: "https://github.com/mojaloop/testing-toolkit-test-cases/raw/v16.1.0-fx-snapshot.37/rules/hub/rules_response/default.json"
rules_validation__default.json: "https://github.com/mojaloop/testing-toolkit-test-cases/raw/v16.1.0-fx-snapshot.37/rules/hub/rules_validation/default.json"
# We can change the names of the simulators to configure the environment files for the testing toolkit.
# If you change these values, you need to change the simulator names in the mojaloop-simulats->simulators section
parameters: &simNames
Expand Down Expand Up @@ -13832,8 +13832,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/v16.1.0-fx-snapshot.36.zip
testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-16.1.0-fx-snapshot.36/collections/hub/provisioning/for_golden_path
testCasesZipUrl: &ttkGitUrl https://github.com/mojaloop/testing-toolkit-test-cases/archive/v16.1.0-fx-snapshot.37.zip
testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/provisioning/for_golden_path
ttkBackendURL: http://$release_name-ml-testing-toolkit-backend:5050
parameters:
<<: *simNames
Expand All @@ -13846,7 +13846,7 @@ ml-ttk-posthook-tests:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-16.1.0-fx-snapshot.36/collections/hub/golden_path
testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-16.1.0-fx-snapshot.37/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 @@ -13947,7 +13947,7 @@ ml-ttk-cronjob-cleanup:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
testCasesPathInZip: &ttkGitPathCleanup testing-toolkit-test-cases-16.1.0-fx-snapshot.36/collections/hub/cleanup
testCasesPathInZip: &ttkGitPathCleanup testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/cleanup
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
ttkBackendURL: http://$release_name-ml-testing-toolkit-backend:5050
Expand Down Expand Up @@ -14055,7 +14055,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-16.1.0-fx-snapshot.36/collections/hub/other_tests/bulk_transfers
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/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 @@ -14100,7 +14100,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-16.1.0-fx-snapshot.36/collections/hub/provisioning/for_thirdparty
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/provisioning/for_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 @@ -14145,7 +14145,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-16.1.0-fx-snapshot.36/collections/hub/provisioning/for_thirdparty
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/provisioning/for_thirdparty
# awsS3FilePath: ttk-tests/reports
testSuiteName: Thirdparty Tests
environmentName: Development
Expand Down Expand Up @@ -14187,7 +14187,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-16.1.0-fx-snapshot.36/collections/hub/provisioning/for_sdk_bulk
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/provisioning/for_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 Expand Up @@ -14232,7 +14232,7 @@ ml-ttk-test-val-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-16.1.0-fx-snapshot.36/collections/hub/sdk_scheme_adapter/bulk/basic
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/sdk_scheme_adapter/bulk/basic
## 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 @@ -14277,7 +14277,7 @@ ml-ttk-test-val-sdk-r2p:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.36/collections/hub/sdk_scheme_adapter/request-to-pay/basic
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/sdk_scheme_adapter/request-to-pay/basic
## 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 @@ -14322,7 +14322,7 @@ ml-ttk-test-setup-proxy:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.36/collections/hub/provisioning/new_participants/new_dfsp.json
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/provisioning/new_participants/new_dfsp.json
## 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 @@ -14366,7 +14366,7 @@ ml-ttk-test-val-payer-proxy:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.36/collections/hub/inter_scheme/as_payer_scheme
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/inter_scheme/as_payer_scheme
## 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 @@ -14460,7 +14460,7 @@ ml-ttk-test-val-payee-proxy:
config:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.36/collections/hub/inter_scheme/as_payee_scheme
testCasesPathInZip: testing-toolkit-test-cases-16.1.0-fx-snapshot.37/collections/hub/inter_scheme/as_payee_scheme
## 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 7b92ce6

Please sign in to comment.