summaryrefslogtreecommitdiff
path: root/integration-tests/test-ebics.py
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-10 17:38:48 +0100
committerMS <ms@taler.net>2020-11-10 17:38:48 +0100
commit2f13e93432bcedd3957cc4d65c7a45a989dcfe1f (patch)
treec68a895621dba48746a9f7d982f1418c0ff0d513 /integration-tests/test-ebics.py
parent8d176e1e22c8cab4a8c41431002d36a317ac1f14 (diff)
downloadlibeufin-2f13e93432bcedd3957cc4d65c7a45a989dcfe1f.tar.gz
libeufin-2f13e93432bcedd3957cc4d65c7a45a989dcfe1f.tar.bz2
libeufin-2f13e93432bcedd3957cc4d65c7a45a989dcfe1f.zip
Remove verbose comments
Diffstat (limited to 'integration-tests/test-ebics.py')
-rwxr-xr-xintegration-tests/test-ebics.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/integration-tests/test-ebics.py b/integration-tests/test-ebics.py
index c725715e..4a37a87d 100755
--- a/integration-tests/test-ebics.py
+++ b/integration-tests/test-ebics.py
@@ -10,31 +10,6 @@ import socket
import hashlib
import base64
-# Steps implemented in this test.
-#
-# 0 Prepare sandbox.
-# -> (a) Make a EBICS host, (b) make a EBICS subscriber
-# for the test runner, and (c) assign a IBAN to such
-# subscriber.
-#
-# 1 Prepare nexus.
-# -> (a) Make a Nexus user, (b) make a EBICS subscriber
-# associated to that user
-#
-# 2 Prepare the Ebics bank connection for the nexus user.
-# -> (a) Upload keys from Nexus to the Bank (INI & HIA),
-# (b) Download key from the Bank (HPB) to the Nexus,
-# and (c) Fetch the bank account owned by that subscriber
-# at the bank.
-
-# 3 Request history from the Nexus to the Bank (C53).
-# 4 Verify that history is empty.
-# 5 Issue a payment from Nexus
-# -> (a) Prepare & (b) trigger CCT.
-# 6 Request history after submitting the payment,
-# from Nexus to Bank.
-# 7 Verify that previous payment shows up.
-
# Nexus user details
USERNAME = "person"
PASSWORD = "y"