summaryrefslogtreecommitdiff
path: root/docker/assets/sandbox-cli-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/assets/sandbox-cli-test.sh')
-rw-r--r--docker/assets/sandbox-cli-test.sh19
1 files changed, 19 insertions, 0 deletions
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