Send SIGUSR1 for new keys reloading.

This commit is contained in:
Marcello Stanisci 2019-01-09 17:48:44 +01:00
parent f311ffb3ba
commit b657910c19
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 10 additions and 3 deletions

View File

@ -96,8 +96,16 @@ run (void *cls,
TALER_TESTING_cmd_exec_keyup ("keyup-serialization",
CONFIG_FILE_EXTENDED_2),
TALER_TESTING_cmd_exec_auditor_sign ("auditor-sign-serialization",
CONFIG_FILE_EXTENDED_2),
TALER_TESTING_cmd_exec_auditor_sign
("auditor-sign-serialization",
CONFIG_FILE_EXTENDED_2),
TALER_TESTING_cmd_sleep ("sleep-serialization",
3),
TALER_TESTING_cmd_signal ("reload-keys-serialization",
is->exchanged,
SIGUSR1),
TALER_TESTING_cmd_end ()
};

View File

@ -116,7 +116,6 @@ TALER_TESTING_prepare_exchange (const char *config_filename,
char **auditor_base_url,
char **exchange_base_url);
/**
* Wait for the exchange to have started. Waits for at
* most 10s, after that returns 77 to indicate an error.