summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-06-02 11:36:51 +0200
committerMS <ms@taler.net>2020-06-02 11:36:51 +0200
commitf6e1583016de3f54e437c49ef31f19a052b3a0c8 (patch)
tree67be5bb176e9afde535a73c0f01296e262aa8260 /src/include/taler_testing_lib.h
parent320c5fd74091cbcbd06b8246f7817f259077080c (diff)
downloadexchange-f6e1583016de3f54e437c49ef31f19a052b3a0c8.tar.gz
exchange-f6e1583016de3f54e437c49ef31f19a052b3a0c8.tar.bz2
exchange-f6e1583016de3f54e437c49ef31f19a052b3a0c8.zip
launching nexus AND sandbox
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h18
1 files changed, 16 insertions, 2 deletions
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