run wirewatch with specific account

This commit is contained in:
Christian Grothoff 2023-07-21 15:03:31 +02:00
parent e21995f000
commit e352fdd356
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
6 changed files with 10 additions and 8 deletions

View File

@ -56,7 +56,7 @@ static struct TALER_TESTING_Credentials cred;
* @param label label to use for the command. * @param label label to use for the command.
*/ */
#define CMD_EXEC_WIREWATCH(label) \ #define CMD_EXEC_WIREWATCH(label) \
TALER_TESTING_cmd_exec_wirewatch (label, config_file) TALER_TESTING_cmd_exec_wirewatch2 (label, config_file, "exchange-account-2")
/** /**
* Execute the taler-exchange-aggregator, closer and transfer commands with * Execute the taler-exchange-aggregator, closer and transfer commands with

View File

@ -69,7 +69,7 @@ static bool uses_cs;
* @param label label to use for the command. * @param label label to use for the command.
*/ */
#define CMD_EXEC_WIREWATCH(label) \ #define CMD_EXEC_WIREWATCH(label) \
TALER_TESTING_cmd_exec_wirewatch (label, config_file) TALER_TESTING_cmd_exec_wirewatch2 (label, config_file, "exchange-account-2")
/** /**
* Execute the taler-exchange-aggregator, closer and transfer commands with * Execute the taler-exchange-aggregator, closer and transfer commands with

View File

@ -86,8 +86,9 @@ run (void *cls,
/** /**
* Run wire-watch to trigger the reserve creation. * Run wire-watch to trigger the reserve creation.
*/ */
TALER_TESTING_cmd_exec_wirewatch ("wirewatch-4", TALER_TESTING_cmd_exec_wirewatch2 ("wirewatch-4",
config_file), config_file,
"exchange-account-2"),
/* Withdraw a 5 EUR coin, at fee of 1 ct */ /* Withdraw a 5 EUR coin, at fee of 1 ct */
TALER_TESTING_cmd_withdraw_amount ("withdraw-revocation-coin-1", TALER_TESTING_cmd_withdraw_amount ("withdraw-revocation-coin-1",
"create-reserve-1", "create-reserve-1",

View File

@ -68,8 +68,9 @@ static struct GNUNET_OS_Process *twisterd;
static struct TALER_TESTING_Command static struct TALER_TESTING_Command
CMD_EXEC_WIREWATCH (const char *label) CMD_EXEC_WIREWATCH (const char *label)
{ {
return TALER_TESTING_cmd_exec_wirewatch (label, return TALER_TESTING_cmd_exec_wirewatch2 (label,
config_file); config_file,
"exchange-account-2");
} }

View File

@ -62,7 +62,7 @@ static bool uses_cs;
* @param label label to use for the command. * @param label label to use for the command.
*/ */
#define CMD_EXEC_WIREWATCH(label) \ #define CMD_EXEC_WIREWATCH(label) \
TALER_TESTING_cmd_exec_wirewatch (label, config_file) TALER_TESTING_cmd_exec_wirewatch2 (label, config_file, "exchange-account-2")
/** /**
* Execute the taler-exchange-aggregator, closer and transfer commands with * Execute the taler-exchange-aggregator, closer and transfer commands with

View File

@ -53,7 +53,7 @@ struct TALER_TESTING_Credentials cred;
* @param label label to use for the command. * @param label label to use for the command.
*/ */
#define CMD_EXEC_WIREWATCH(label) \ #define CMD_EXEC_WIREWATCH(label) \
TALER_TESTING_cmd_exec_wirewatch (label, CONFIG_FILE) TALER_TESTING_cmd_exec_wirewatch2 (label, CONFIG_FILE, "exchange-account-2")
/** /**
* Execute the taler-exchange-aggregator, closer and transfer commands with * Execute the taler-exchange-aggregator, closer and transfer commands with