From 2f13e93432bcedd3957cc4d65c7a45a989dcfe1f Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 10 Nov 2020 17:38:48 +0100 Subject: Remove verbose comments --- integration-tests/test-ebics.py | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'integration-tests/test-ebics.py') 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" -- cgit v1.2.3