commit 7edb381c7f4bc770a9260faac047377b1a9523dd parent 7292df436a0b6dd0a97951acfcaa6d16be3194bb Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 4 Aug 2024 12:53:14 +0200 prepare config for form test Diffstat:
| M | src/testing/test_exchange_api.conf | | | 25 | +++++++++++++++++++++++++ |
1 file changed, 25 insertions(+), 0 deletions(-)
diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf @@ -123,6 +123,22 @@ PROVIDER_ID = test-oauth2 # Outputs from this check OUTPUTS = full_name birthdate +[kyc-check-test-form] +VOLUNTARY = NO +# We use an external provider +TYPE = FORM +DESCRIPTION = "Test form" +DESCRIPTION_I18N = {} +# No context requirements +REQUIRES = +# Measure to execute if check failed. +FALLBACK = manual-freeze +# This check runs on oauth2 +FORM_NAME = full_name_and_birthdate +# Outputs from this check +OUTPUTS = full_name birthdate + + # This is the "default" setting for an account if # it has not yet triggered anything. [kyc-check-default] @@ -174,6 +190,15 @@ COMMAND = taler-exchange-helper-measure-test-oauth # What measure to take if the COMMAND failed. FALLBACK = manual-freeze +[aml-program-test-form-check] +DESCRIPTION = "Validates the output from the test-form and then increases all limits to EUR:1000" +# Command that runs on the output of the form +# to decide what rules should apply next. +COMMAND = taler-exchange-helper-measure-test-form +# What measure to take if the COMMAND failed. +FALLBACK = manual-freeze + + [kyc-measure-run-oauth] # Get client ID via the OAuth test provider CHECK_NAME = oauth-test-id