From f29708696ba187e0c31d9f73335197b40ddbbc30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 16 Nov 2021 22:47:35 +0100 Subject: (test) Test attach and resulting local state update --- attach.test | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 attach.test (limited to 'attach.test') diff --git a/attach.test b/attach.test new file mode 100644 index 0000000..0c97fb1 --- /dev/null +++ b/attach.test @@ -0,0 +1,27 @@ +test: + spawn on node1 as p1 + spawn on node2 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" to p1 + send "start-server" to p2 + expect /local-identity Device1 Owner/ from p1 + expect /local-identity Device2/ from p2 + expect /peer [0-9]+ 192.168.0.11:29665/ from p1 + expect /peer [0-9]+ 192.168.0.12:29665/ from p1 + expect /peer [0-9]+ 192.168.0.12:29665/ from p2 + expect /peer [0-9]+ 192.168.0.11:29665/ from p2 + expect /peer [0-9]+ Device2 Device2/ from p1 + expect /peer [0-9]+ Owner Device1/ from p2 + send "attach Owner" to p2 + expect /attach-confirm .*/ from p1 + expect /attach-confirm .*/ from p2 + # TODO: check code match + send "attach-accept Device2 1" to p1 + send "attach-accept Owner 1" to p2 + expect /attach-result Device2 1/ from p1 + expect /attach-result Owner 1/ from p2 + expect /local-identity Device2 Owner/ from p2 + expect /peer [0-9]+ Owner Device2/ from p1 -- cgit v1.2.3