gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: Update start script 1. Setup 2 default


From: gnunet
Subject: [libeufin] branch master updated: Update start script 1. Setup 2 default bank connections 2. Use new API
Date: Wed, 24 Jun 2020 14:22:10 +0200

This is an automated email from the git hooks/post-receive script.

heng-yeow pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 7884146  Update start script 1. Setup 2 default bank connections 2. 
Use new API
     new 530c8b9  Merge branch 'master' of ssh://git.taler.net/libeufin
7884146 is described below

commit 7884146d6e3a159ee9bf2b0eec2b09210c1ce75e
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Wed Jun 24 20:21:16 2020 +0800

    Update start script
    1. Setup 2 default bank connections
    2. Use new API
---
 integration-tests/start-testenv.py | 118 ++++++++++++++++++-------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

diff --git a/integration-tests/start-testenv.py 
b/integration-tests/start-testenv.py
index 7ce756c..960ceb5 100755
--- a/integration-tests/start-testenv.py
+++ b/integration-tests/start-testenv.py
@@ -290,34 +290,34 @@ assertResponse(
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
 )
-assertResponse(
-    post(
-        "http://localhost:5001/bank-connections";,
-        json=dict(
-            name="my-ebics-3",
-            source="new",
-            type="ebics",
-            data=dict(
-                ebicsURL=EBICS_URL, hostID=BC3_HOST_ID, 
partnerID=BC3_PARTNER_ID, userID=BC3_USER_ID
-            ),
-        ),
-        headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
-    )
-)
-assertResponse(
-    post(
-        "http://localhost:5001/bank-connections";,
-        json=dict(
-            name="my-ebics-4",
-            source="new",
-            type="ebics",
-            data=dict(
-                ebicsURL=EBICS_URL, hostID=BC4_HOST_ID, 
partnerID=BC4_PARTNER_ID, userID=BC4_USER_ID
-            ),
-        ),
-        headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
-    )
-)
+# assertResponse(
+#     post(
+#         "http://localhost:5001/bank-connections";,
+#         json=dict(
+#             name="my-ebics-3",
+#             source="new",
+#             type="ebics",
+#             data=dict(
+#                 ebicsURL=EBICS_URL, hostID=BC3_HOST_ID, 
partnerID=BC3_PARTNER_ID, userID=BC3_USER_ID
+#             ),
+#         ),
+#         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
+#     )
+# )
+# assertResponse(
+#     post(
+#         "http://localhost:5001/bank-connections";,
+#         json=dict(
+#             name="my-ebics-4",
+#             source="new",
+#             type="ebics",
+#             data=dict(
+#                 ebicsURL=EBICS_URL, hostID=BC4_HOST_ID, 
partnerID=BC4_PARTNER_ID, userID=BC4_USER_ID
+#             ),
+#         ),
+#         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
+#     )
+# )
 
 print("connecting")
 
@@ -335,51 +335,51 @@ assertResponse(
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
 )
-assertResponse(
-    post(
-        "http://localhost:5001/bank-connections/my-ebics-3/connect";,
-        json=dict(),
-        headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
-    )
-)
-assertResponse(
-    post(
-        "http://localhost:5001/bank-connections/my-ebics-4/connect";,
-        json=dict(),
-        headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
-    )
-)
+# assertResponse(
+#     post(
+#         "http://localhost:5001/bank-connections/my-ebics-3/connect";,
+#         json=dict(),
+#         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
+#     )
+# )
+# assertResponse(
+#     post(
+#         "http://localhost:5001/bank-connections/my-ebics-4/connect";,
+#         json=dict(),
+#         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
+#     )
+# )
 
 
-# 2.c, fetch bank account information
+# # 2.c, fetch bank account information
 assertResponse(
     post(
-        "http://localhost:5001/bank-connections/my-ebics-1/import-accounts";,
+        "http://localhost:5001/bank-connections/my-ebics-1/accounts/fetch";,
         json=dict(),
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
 )
 assertResponse(
     post(
-        "http://localhost:5001/bank-connections/my-ebics-2/import-accounts";,
-        json=dict(),
-        headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
-    )
-)
-assertResponse(
-    post(
-        "http://localhost:5001/bank-connections/my-ebics-3/import-accounts";,
-        json=dict(),
-        headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
-    )
-)
-assertResponse(
-    post(
-        "http://localhost:5001/bank-connections/my-ebics-4/import-accounts";,
+        "http://localhost:5001/bank-connections/my-ebics-2/accounts/fetch";,
         json=dict(),
         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
     )
 )
+# assertResponse(
+#     post(
+#         "http://localhost:5001/bank-connections/my-ebics-3/import-accounts";,
+#         json=dict(),
+#         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
+#     )
+# )
+# assertResponse(
+#     post(
+#         "http://localhost:5001/bank-connections/my-ebics-4/import-accounts";,
+#         json=dict(),
+#         headers=dict(Authorization=USER_AUTHORIZATION_HEADER),
+#     )
+# )
 
 # # 3, ask nexus to download history
 # assertResponse(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]