From 4fff4895adffcdfbaf20bb01c50c362c9a5a4ab7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Nov 2021 12:45:49 +0100 Subject: prepare for KYC tests --- src/include/taler_testing_lib.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index e99912a64..c5530f0f5 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1194,6 +1194,7 @@ struct TALER_TESTING_Command TALER_TESTING_cmd_exec_wirewatch (const char *label, const char *config_filename); + /** * Make a "aggregator" CMD. * @@ -1207,6 +1208,19 @@ TALER_TESTING_cmd_exec_aggregator (const char *label, const char *config_filename); +/** + * Make a "aggregator" CMD and do not disable KYC checks. + * + * @param label command label. + * @param config_filename configuration file for the + * aggregator to use. + * @return the command. + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_exec_aggregator_with_kyc (const char *label, + const char *config_filename); + + /** * Make a "closer" CMD. Note that it is right now not supported to run the * closer to close multiple reserves in combination with a subsequent reserve -- cgit v1.2.3