donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit c10cf3dfb4629f0be4dc789a4fef1574050ff914
parent 24c840c27efbf3ce6c4bd321e26de1d11efcc96a
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Fri,  5 Jan 2024 13:48:01 +0100

[testing] use of taler secmod

Diffstat:
Msrc/testing/coins-rsa.conf | 2+-
Msrc/testing/donau-unified-setup.sh | 6+++---
Msrc/testing/test_donau_api.conf | 1+
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/testing/coins-rsa.conf b/src/testing/coins-rsa.conf @@ -1,7 +1,7 @@ # This file is in the public domain. # Sections starting with "coin_" specify which denominations -# the donau should support (and their respective fee structure) +# the exchange should support (and their respective fee structure) [coin_eur_ct_1] value = EUR:0.01 duration_withdraw = 7 days diff --git a/src/testing/donau-unified-setup.sh b/src/testing/donau-unified-setup.sh @@ -471,9 +471,9 @@ then DONAU_URL="http://localhost:${DONAU_PORT}/" fi donau-dbinit -c "$CONF" --reset - $USE_VALGRIND donau-secmod-eddsa -c "$CONF" -L "$LOGLEVEL" 2> donau-secmod-eddsa.log & - $USE_VALGRIND donau-secmod-rsa -c "$CONF" -L "$LOGLEVEL" 2> donau-secmod-rsa.log & - $USE_VALGRIND donau-secmod-cs -c "$CONF" -L "$LOGLEVEL" 2> donau-secmod-cs.log & + $USE_VALGRIND taler-exchange-secmod-eddsa -c "$CONF" -L "$LOGLEVEL" 2> taler-exchange-secmod-eddsa.log & + $USE_VALGRIND taler-exchange-secmod-rsa -c "$CONF" -L "$LOGLEVEL" 2> taler-exchange-secmod-rsa.log & + $USE_VALGRIND taler-exchange-secmod-cs -c "$CONF" -L "$LOGLEVEL" 2> taler-exchange-secmod-cs.log & $USE_VALGRIND donau-httpd -c "$CONF" -L "$LOGLEVEL" 2> donau-httpd.log & echo " DONE" fi diff --git a/src/testing/test_donau_api.conf b/src/testing/test_donau_api.conf @@ -1,5 +1,6 @@ # This file is in the public domain. # +@INLINE@ coins-rsa.conf [PATHS] TALER_TEST_HOME = test_donau_api_home/