From f6e1583016de3f54e437c49ef31f19a052b3a0c8 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 2 Jun 2020 11:36:51 +0200 Subject: launching nexus AND sandbox --- src/include/taler_testing_lib.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 1194cb4b4..0696573ea 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -111,6 +111,20 @@ struct TALER_TESTING_DatabaseConnection struct TALER_EXCHANGEDB_Session *session; }; +struct TALER_TESTING_LibeufinServices +{ + /** + * Nexus + */ + struct GNUNET_OS_Process *nexus; + + /** + * Sandbox + */ + struct GNUNET_OS_Process *sandbox; + +}; + /** * Prepare launching an exchange. Checks that the configured * port is available, runs taler-exchange-keyup, @@ -822,8 +836,8 @@ TALER_TESTING_run_bank (const char *config_filename, * @return the process, or NULL if the process could not * be started. */ -struct GNUNET_OS_Process * -TALER_TESTING_run_nexus (const struct TALER_TESTING_BankConfiguration *bc); +struct TALER_TESTING_LibeufinServices +TALER_TESTING_run_libeufin (const struct TALER_TESTING_BankConfiguration *bc); /** * Runs the Fakebank by guessing / extracting the portnumber -- cgit v1.2.3