gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]