gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: libeufin tutorial test: creat


From: gnunet
Subject: [taler-wallet-core] branch master updated: libeufin tutorial test: create ebics host
Date: Wed, 03 Feb 2021 14:54:59 +0100

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

ms pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new fcbfe671 libeufin tutorial test: create ebics host
fcbfe671 is described below

commit fcbfe671220ff4e3b53f9151f870ccfe87a93d11
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 3 14:54:56 2021 +0100

    libeufin tutorial test: create ebics host
---
 packages/taler-wallet-cli/src/integrationtests/libeufin.ts       | 9 +++++++++
 .../src/integrationtests/test-libeufin-tutorial.ts               | 1 +
 2 files changed, 10 insertions(+)

diff --git a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts 
b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
index 486837e9..8b2ed899 100644
--- a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
@@ -196,6 +196,15 @@ export class LibeufinCli {
       extendEnv({ LIBEUFIN_SANDBOX_URL: this.cliDetails.sandboxUrl }),
     );
   }
+
+  async createEbicsHost(hostId: string): Promise<void> {
+    await sh(
+      this.globalTestState,
+      "libeufin-cli-createebicshost",
+      `libeufin-cli sandbox ebicshost create --host-id=${hostId}`,
+      extendEnv({ LIBEUFIN_SANDBOX_URL: this.cliDetails.sandboxUrl }),
+    );
+  }
 }
 
 export namespace LibeufinSandboxApi {
diff --git 
a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-tutorial.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-tutorial.ts
index dce5e886..58cee512 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-tutorial.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-tutorial.ts
@@ -58,4 +58,5 @@ export async function runLibeufinTutorialTest(t: 
GlobalTestState) {
   });
 
   await libeufinCli.checkSandbox();
+  await libeufinCli.createEbicsHost("testhost");
 }

-- 
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]