twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit 1221d7dc8a607188b95b6146817715cbea212bc7
parent 4392fab90a08daed0cd44802da04339d6b8a3ac1
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 29 May 2018 16:38:47 +0200

Commenting the "API helpers"

Diffstat:
Msrc/twister/testing_api_helpers.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/twister/testing_api_helpers.c b/src/twister/testing_api_helpers.c @@ -29,8 +29,10 @@ #include "taler_twister_testing_lib.h" /** - * @param config_filename configuration filename. + * Prepare twister for execution; mainly checks whether the + * HTTP port is available and construct the base URL based on it. * + * @param config_filename configuration file name. * @return twister base URL, NULL upon errors. */ char * @@ -80,7 +82,6 @@ TALER_TESTING_prepare_twister (const char *config_filename) * Run the twister service. * * @param config_filename configuration file name. - * * @return twister process handle, NULL upon errors. */ struct GNUNET_OS_Process *