From f109a2b90df20af4e8593c0f2a33bdd4075154c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 30 Jul 2025 20:07:07 +0200 Subject: =?UTF-8?q?Switch=20test=20script=20extension=20to=20=E2=80=9Cet?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/attach.test | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 test/attach.test (limited to 'test/attach.test') diff --git a/test/attach.test b/test/attach.test deleted file mode 100644 index afbdd0e..0000000 --- a/test/attach.test +++ /dev/null @@ -1,45 +0,0 @@ -test: - let services = "attach,sync" - - spawn as p1 - spawn as p2 - send "create-identity Device1 Owner" to p1 - send "create-identity Device2" to p2 - send "watch-local-identity" to p1 - send "watch-local-identity" to p2 - send "start-server services $services" to p1 - send "start-server services $services" to p2 - expect from p1: - /local-identity Device1 Owner/ - /peer 1 addr ${p2.node.ip} 29665/ - /peer 1 id Device2/ - expect from p2: - /local-identity Device2/ - /peer 1 addr ${p1.node.ip} 29665/ - /peer 1 id Device1 Owner/ - - send "attach-to 1" to p2 - expect /attach-request 1 .*/ from p1 - expect /attach-response 1 .*/ from p2 - send "attach-reject 1" to p1 - expect /attach-request-failed 1 user/ from p1 - expect /attach-response-failed 1 rejected/ from p2 - - send "attach-to 1" to p2 - expect /attach-request 1 .*/ from p1 - expect /attach-response 1 .*/ from p2 - send "attach-reject 1" to p2 - expect /attach-request-failed 1 rejected/ from p1 - expect /attach-response-failed 1 user/ from p2 - - send "attach-to 1" to p2 - expect /attach-request 1 ([0-9]*)/ from p1 capture code1 - expect /attach-response 1 ([0-9]*)/ from p2 capture code2 - guard (code1 == code2) - - send "attach-accept 1" to p1 - send "attach-accept 1" to p2 - expect /attach-request-done 1/ from p1 - expect /attach-response-done 1/ from p2 - expect /local-identity Device2 Owner/ from p2 - expect /peer 1 id Device2 Owner/ from p1 -- cgit v1.2.3