Skip to content

Commit

Permalink
Updates mojaloop helm values for TTK Test-Case v13.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Jun 25, 2021
1 parent d1342bc commit 366f1da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mojaloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7360,7 +7360,7 @@ ml-testing-toolkit:
"contentTypeParticipants": "application/vnd.interoperability.participants+json;version=1.0",
"contentTypeQuotes": "application/vnd.interoperability.quotes+json;version=1.0",
"currency": "USD",
"currency2": "USD",
"currency2": "TZS",
"fromDOB": "1984-01-01",
"fromFirstName": "Firstname-Test",
"fromFspId": "testingtoolkitdfsp",
Expand Down Expand Up @@ -7506,7 +7506,7 @@ ml-testing-toolkit:
"contentTypeParticipants": "application/vnd.interoperability.participants+json;version=1.0",
"contentTypeQuotes": "application/vnd.interoperability.quotes+json;version=1.0",
"currency": "USD",
"currency2": "USD",
"currency2": "TZS",
"fromDOB": "1984-01-01",
"fromFirstName": "Firstname-Test",
"fromFspId": "testingtoolkitdfsp",
Expand Down Expand Up @@ -7600,11 +7600,11 @@ 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/v12.1.4.zip
testCasesZipUrl: &ttkGitUrl https://github.com/mojaloop/testing-toolkit-test-cases/archive/v13.0.0.zip
## FOR_DEFERRED_SETTLEMENT
testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-12.1.4/collections/hub/provisioning
testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-13.0.0/collections/hub/provisioning
## FOR_CGS
# testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-12.1.4/collections/hub/provisioning_cgs
# testCasesPathInZip: &ttkGitPathSetup testing-toolkit-test-cases-13.0.0/collections/hub/provisioning_cgs
ttkBackendURL: http://$release_name-ml-testing-toolkit-backend:5050

testCaseEnvironmentFile: *ttkInputValues
Expand All @@ -7617,9 +7617,9 @@ ml-ttk-posthook-tests:
## Test-case archive zip for test-cases: https://github.com/mojaloop/testing-toolkit-test-cases
testCasesZipUrl: *ttkGitUrl
## FOR_DEFERRED_SETTLEMENT
testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-12.1.4/collections/hub/golden_path
testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-13.0.0/collections/hub/golden_path
## FOR_CGS
# testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-12.1.4/collections/hub/golden_path_cgs
# testCasesPathInZip: &ttkGitPathGP testing-toolkit-test-cases-13.0.0/collections/hub/golden_path_cgs
# awsS3BucketName: aws-s3-bucket-name
# awsS3FilePath: ttk-tests/reports
ttkBackendURL: http://$release_name-ml-testing-toolkit-backend:5050
Expand Down

0 comments on commit 366f1da

Please sign in to comment.