summaryrefslogtreecommitdiff
path: root/integration-tests
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
parent8d176e1e22c8cab4a8c41431002d36a317ac1f14 (diff)
downloadlibeufin-2f13e93432bcedd3957cc4d65c7a45a989dcfe1f.tar.gz
libeufin-2f13e93432bcedd3957cc4d65c7a45a989dcfe1f.tar.bz2
libeufin-2f13e93432bcedd3957cc4d65c7a45a989dcfe1f.zip
Remove verbose comments
Diffstat (limited to 'integration-tests')
-rwxr-xr-xintegration-tests/test-ebics-backup.py14
-rwxr-xr-xintegration-tests/test-ebics-highlevel.py25
-rwxr-xr-xintegration-tests/test-ebics.py25
3 files changed, 0 insertions, 64 deletions
diff --git a/integration-tests/test-ebics-backup.py b/integration-tests/test-ebics-backup.py
index c45f5f24..cdcb77b8 100755
--- a/integration-tests/test-ebics-backup.py
+++ b/integration-tests/test-ebics-backup.py
@@ -18,20 +18,6 @@ from json_checks import (
checkBackupDetails
)
-# 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 Save and restore a backup.
-# 3 Send INI & HIA to the bank.
-
# Nexus user details
USERNAME = "person"
PASSWORD = "y"
diff --git a/integration-tests/test-ebics-highlevel.py b/integration-tests/test-ebics-highlevel.py
index 29069f40..b13a7e9f 100755
--- a/integration-tests/test-ebics-highlevel.py
+++ b/integration-tests/test-ebics-highlevel.py
@@ -9,31 +9,6 @@ import base64
from util import startNexus, startSandbox, assertResponse
from json_checks import checkNewEbicsConnection, checkPreparePayment, checkTransaction, checkPreparedPaymentResponse
-# 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"
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"