From 2a3de6555abde9a7159187e01ee140192b155f25 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 11 Dec 2020 23:44:01 +0100 Subject: add setup steps to tests --- src/testing/test_exchange_api_overlapping_keys_bug.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/testing/test_exchange_api_overlapping_keys_bug.c') diff --git a/src/testing/test_exchange_api_overlapping_keys_bug.c b/src/testing/test_exchange_api_overlapping_keys_bug.c index cfe33d51d..19093243e 100644 --- a/src/testing/test_exchange_api_overlapping_keys_bug.c +++ b/src/testing/test_exchange_api_overlapping_keys_bug.c @@ -71,6 +71,18 @@ run (void *cls, struct TALER_TESTING_Interpreter *is) { struct TALER_TESTING_Command commands[] = { + TALER_TESTING_cmd_auditor_add ("add-auditor-OK", + MHD_HTTP_NO_CONTENT, + false), + TALER_TESTING_cmd_wire_add ("add-wire-account", + "payto://x-taler-bank/localhost/2", + MHD_HTTP_NO_CONTENT, + false), + TALER_TESTING_cmd_exec_offline_sign_keys ("offline-sign-future-keys", + CONFIG_FILE), + TALER_TESTING_cmd_check_keys_pull_all_keys ("refetch /keys", + 1, + 1 /* FIXME: wrong number... */), TALER_TESTING_cmd_check_keys ("first-download", 1, 1), -- cgit v1.2.3