summaryrefslogtreecommitdiff
path: root/attach.test
diff options
context:
space:
mode:
Diffstat (limited to 'attach.test')
-rw-r--r--attach.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/attach.test b/attach.test
index 7115b55..35fbde4 100644
--- a/attach.test
+++ b/attach.test
@@ -16,14 +16,14 @@ test:
/peer 1 addr 192.168.0.11 29665/
/peer 1 id Device1 Owner/
- send "attach Owner" to p2
- expect /attach-confirm .*/ from p1
- expect /attach-confirm .*/ from p2
+ send "attach 1" to p2
+ expect /attach-confirm 1 .*/ from p1
+ expect /attach-confirm 1 .*/ 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
+ send "attach-accept 1 1" to p1
+ send "attach-accept 1 1" to p2
+ expect /attach-result 1 1/ from p1
+ expect /attach-result 1 1/ from p2
expect /local-identity Device2 Owner/ from p2
expect /peer 1 id Device2 Owner/ from p1