summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_auditor_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-11 15:46:06 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-11 15:46:06 +0100
commitdebe0d05ade761127ac98ee47bc23a6f47d77d37 (patch)
treea39325192a8809c21158219304184887c90a11c4 /src/include/taler_testing_auditor_lib.h
parent277f90bf2ba38e1e33ab761e2052f0807730364b (diff)
downloadexchange-debe0d05ade761127ac98ee47bc23a6f47d77d37.tar.gz
exchange-debe0d05ade761127ac98ee47bc23a6f47d77d37.tar.bz2
exchange-debe0d05ade761127ac98ee47bc23a6f47d77d37.zip
improve auditor support in libtalertesting
Diffstat (limited to 'src/include/taler_testing_auditor_lib.h')
-rw-r--r--src/include/taler_testing_auditor_lib.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/include/taler_testing_auditor_lib.h b/src/include/taler_testing_auditor_lib.h
index e091c9f8b..2a11b74cb 100644
--- a/src/include/taler_testing_auditor_lib.h
+++ b/src/include/taler_testing_auditor_lib.h
@@ -36,42 +36,4 @@
/* ********************* Helper functions ********************* */
-/**
- * Wait for the auditor to have started. Waits for at
- * most 10s, after that returns 77 to indicate an error.
- *
- * @param base_url what URL should we expect the exchange
- * to be running at
- * @return 0 on success
- */
-int
-TALER_TESTING_AUDITOR_wait_auditor_ready (const char *base_url);
-
-
-/**
- * Remove files from previous runs
- */
-void
-TALER_TESTING_AUDITOR_cleanup_files (const char *config_name);
-
-
-/**
- * Initialize scheduler loop and curl context for the testcase
- * including starting and stopping the auditor and exchange using the
- * given configuration file.
- *
- * @param main_cb routine containing all the commands to run.
- * @param main_cb_cls closure for @a main_cb, typically NULL.
- * @param config_file configuration file for the test-suite.
- *
- * @return #GNUNET_OK if all is okay, != #GNUNET_OK otherwise.
- * non-#GNUNET_OK codes are #GNUNET_SYSERR most of the
- * time.
- */
-int
-TALER_TESTING_AUDITOR_setup_with_auditor (TALER_TESTING_Main main_cb,
- void *main_cb_cls,
- const char *config_filename);
-
-
#endif