[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] 04/06: prepare config for form test
From: |
gnunet |
Subject: |
[taler-exchange] 04/06: prepare config for form test |
Date: |
Sun, 04 Aug 2024 12:54:17 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
commit 7edb381c7f4bc770a9260faac047377b1a9523dd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 4 12:53:14 2024 +0200
prepare config for form test
---
src/testing/test_exchange_api.conf | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/src/testing/test_exchange_api.conf
b/src/testing/test_exchange_api.conf
index c40ae4b1c..008aaa919 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated (a462d86ee -> 4ab8ca549), gnunet, 2024/08/04
- [taler-exchange] 02/06: more clear naming of variables, gnunet, 2024/08/04
- [taler-exchange] 06/06: work towards FORM testing, gnunet, 2024/08/04
- [taler-exchange] 04/06: prepare config for form test,
gnunet <=
- [taler-exchange] 03/06: add missing argument, gnunet, 2024/08/04
- [taler-exchange] 01/06: more clear naming of variables, gnunet, 2024/08/04
- [taler-exchange] 05/06: add missing argument, gnunet, 2024/08/04