gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] 01/05: [testing] use of taler secmod


From: gnunet
Subject: [taler-donau] 01/05: [testing] use of taler secmod
Date: Fri, 05 Jan 2024 15:10:31 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

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

    [testing] use of taler secmod
---
 src/testing/coins-rsa.conf         | 2 +-
 src/testing/donau-unified-setup.sh | 6 +++---
 src/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
index 9348cbc..7a21a34 100644
--- 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
index ce8404a..34111ad 100755
--- 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
index 0fccb9b..2dbeef8 100644
--- 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/

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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