[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin-deployment] branch master updated: add full sandbox test to sa
From: |
gnunet |
Subject: |
[libeufin-deployment] branch master updated: add full sandbox test to sandbox cli image |
Date: |
Sat, 30 Jan 2021 17:15:03 +0100 |
This is an automated email from the git hooks/post-receive script.
lukas-grossberger pushed a commit to branch master
in repository libeufin-deployment.
The following commit(s) were added to refs/heads/master by this push:
new ed05e81 add full sandbox test to sandbox cli image
ed05e81 is described below
commit ed05e81437798e07a369ddd272e3fc33c48a9d6d
Author: Lukas Grossberger <code@grossberger.xyz>
AuthorDate: Sat Jan 30 17:14:58 2021 +0100
add full sandbox test to sandbox cli image
---
docker/assets/sandbox-cli-test.sh | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/docker/assets/sandbox-cli-test.sh
b/docker/assets/sandbox-cli-test.sh
index a9721fd..de82aef 100644
--- a/docker/assets/sandbox-cli-test.sh
+++ b/docker/assets/sandbox-cli-test.sh
@@ -4,3 +4,22 @@
sleep 5
libeufin-cli sandbox check
+
+libeufin-cli sandbox ebicshost create --host-id testhost
+
+libeufin-cli sandbox ebicssubscriber create \
+ --host-id testhost --partner-id partner01 --user-id user01
+
+libeufin-cli sandbox ebicsbankaccount create \
+ --currency EUR \
+ --iban DE18500105172929531888 \
+ --bic INGDDEFFXXX \
+ --person-name "Jane Normal" \
+ --account-name "testacct01" \
+ --ebics-host-id testhost \
+ --ebics-user-id user01 \
+ --ebics-partner-id partner01
+
+libeufin-cli sandbox bankaccount generate-transactions testacct01
+
+libeufin-cli sandbox bankaccount transactions testacct01
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin-deployment] branch master updated: add full sandbox test to sandbox cli image,
gnunet <=