summaryrefslogtreecommitdiff
path: root/src/mint-lib/test-mint-home
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-09 17:18:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-09 17:18:09 +0200
commite982139186a4503d709b1c0aa760534f90cb3ba7 (patch)
tree2f876c16c5f5c0094897cfff9b22f01dfd652979 /src/mint-lib/test-mint-home
parentf0d073410e3e618802cec44df05c822602741340 (diff)
downloadexchange-e982139186a4503d709b1c0aa760534f90cb3ba7.tar.gz
exchange-e982139186a4503d709b1c0aa760534f90cb3ba7.tar.bz2
exchange-e982139186a4503d709b1c0aa760534f90cb3ba7.zip
test logic for actually testing /refresh operations, keeping disabled for now as the test is known to fail (to be investigated)
Diffstat (limited to 'src/mint-lib/test-mint-home')
-rw-r--r--src/mint-lib/test-mint-home/config/mint-keyup.conf30
1 files changed, 26 insertions, 4 deletions
diff --git a/src/mint-lib/test-mint-home/config/mint-keyup.conf b/src/mint-lib/test-mint-home/config/mint-keyup.conf
index d8bbc9d20..8ad1f3bb2 100644
--- a/src/mint-lib/test-mint-home/config/mint-keyup.conf
+++ b/src/mint-lib/test-mint-home/config/mint-keyup.conf
@@ -19,6 +19,17 @@ lookahead_provide = 4 weeks 1 day
# name begins with "coin_". The rest of the
# name is free, but of course following the convention
# of "coin_$CURRENCY[_$SUBUNIT]_$VALUE" make sense.
+[coin_eur_ct_1]
+value = EUR:0.01
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.00
+fee_deposit = EUR:0.00
+fee_refresh = EUR:0.01
+rsa_keysize = 1024
+
[coin_eur_ct_10]
value = EUR:0.10
duration_overlap = 5 minutes
@@ -27,7 +38,18 @@ duration_spend = 2 years
duration_legal = 3 years
fee_withdraw = EUR:0.01
fee_deposit = EUR:0.01
-fee_refresh = EUR:0.01
+fee_refresh = EUR:0.03
+rsa_keysize = 1024
+
+[coin_eur_1]
+value = EUR:1
+duration_overlap = 5 minutes
+duration_withdraw = 7 days
+duration_spend = 2 years
+duration_legal = 3 years
+fee_withdraw = EUR:0.01
+fee_deposit = EUR:0.01
+fee_refresh = EUR:0.03
rsa_keysize = 1024
[coin_eur_5]
@@ -38,7 +60,7 @@ duration_spend = 2 years
duration_legal = 3 years
fee_withdraw = EUR:0.01
fee_deposit = EUR:0.01
-fee_refresh = EUR:0.01
+fee_refresh = EUR:0.03
rsa_keysize = 1024
[coin_eur_10]
@@ -49,7 +71,7 @@ duration_spend = 2 years
duration_legal = 3 years
fee_withdraw = EUR:0.01
fee_deposit = EUR:0.01
-fee_refresh = EUR:0.01
+fee_refresh = EUR:0.03
rsa_keysize = 1024
[coin_eur_1000]
@@ -60,5 +82,5 @@ duration_spend = 2 years
duration_legal = 3 years
fee_withdraw = EUR:0.01
fee_deposit = EUR:0.01
-fee_refresh = EUR:0.01
+fee_refresh = EUR:0.03
rsa_keysize = 2048