summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--attach.test14
-rw-r--r--sync.test14
2 files changed, 14 insertions, 14 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
diff --git a/sync.test b/sync.test
index 8cf5b4d..9ae22dc 100644
--- a/sync.test
+++ b/sync.test
@@ -19,15 +19,15 @@ 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 /shared-identity Owner/ from p2
expect /peer 1 id Device2 Owner/ from p1