summaryrefslogtreecommitdiff
path: root/src/testing/test_exchange_api_keys_cherry_picking.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-11 23:44:01 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-11 23:44:01 +0100
commit2a3de6555abde9a7159187e01ee140192b155f25 (patch)
tree1929947be7a3540065871ed92d01249196b393af /src/testing/test_exchange_api_keys_cherry_picking.c
parentc7b5def7079783e4abb433646bc6c1c56332872a (diff)
downloadexchange-2a3de6555abde9a7159187e01ee140192b155f25.tar.gz
exchange-2a3de6555abde9a7159187e01ee140192b155f25.tar.bz2
exchange-2a3de6555abde9a7159187e01ee140192b155f25.zip
add setup steps to tests
Diffstat (limited to 'src/testing/test_exchange_api_keys_cherry_picking.c')
-rw-r--r--src/testing/test_exchange_api_keys_cherry_picking.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api_keys_cherry_picking.c b/src/testing/test_exchange_api_keys_cherry_picking.c
index ed11bd5ed..aab94d68a 100644
--- a/src/testing/test_exchange_api_keys_cherry_picking.c
+++ b/src/testing/test_exchange_api_keys_cherry_picking.c
@@ -206,6 +206,18 @@ run (void *cls,
TALER_TESTING_cmd_end ()
};
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_batch ("ordinary-cherry-pick",
ordinary_cherry_pick),
TALER_TESTING_cmd_batch ("keys-serialization",