gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: Make test configs m


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Make test configs more autocomplete.
Date: Mon, 07 May 2018 15:56:23 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new bbd91d3  Make test configs more autocomplete.
bbd91d3 is described below

commit bbd91d3d5694eb35f8273df0e3563d76509cdc04
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 7 14:09:58 2018 +0200

    Make test configs more autocomplete.
---
 src/lib/test_merchant_api.conf  | 17 +++++++++++++++++
 src/lib/test_merchant_api_new.c |  5 ++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index dd3cbdb..32039c0 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -138,6 +138,23 @@ CURRENCY = EUR
 # Configuration for the exchange for the testcase #
 ###################################################
 
+[exchange_keys]
+
+# how long is one signkey valid?
+signkey_duration = 4 weeks
+
+# how long are the signatures with the signkey valid?
+legal_duration = 2 years
+
+# how long do we generate denomination and signing keys
+# ahead of time?
+lookahead_sign = 32 weeks 1 day
+
+# how long do we provide to clients denomination and signing keys
+# ahead of time?
+lookahead_provide = 4 weeks 1 day
+
+
 [exchange]
 # How to access our database
 DB = postgres
diff --git a/src/lib/test_merchant_api_new.c b/src/lib/test_merchant_api_new.c
index 9e5ebde..aaa4a07 100644
--- a/src/lib/test_merchant_api_new.c
+++ b/src/lib/test_merchant_api_new.c
@@ -322,6 +322,7 @@ run (void *cls,
        "pass62",
        "create-reserve-2",
        EXCHANGE_URL),
+
     CMD_EXEC_WIREWATCH ("wirewatch-2"),
 
     TALER_TESTING_cmd_check_bank_transfer
@@ -738,7 +739,9 @@ run (void *cls,
     TALER_TESTING_cmd_check_bank_transfer
       ("check_bank_transfer-11",
        EXCHANGE_URL,
-       "EUR:10.02", USER_ACCOUNT_NO, EXCHANGE_ACCOUNT_NO),
+       "EUR:10.02",
+       USER_ACCOUNT_NO,
+       EXCHANGE_ACCOUNT_NO),
 
     TALER_TESTING_cmd_withdraw_amount ("withdraw-coin-11a",
                                        is->exchange,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]