summaryrefslogtreecommitdiff
path: root/attach.test
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-01-03 17:20:51 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-01-04 10:00:05 +0100
commit9865d643a509f6b88a267e515c5b3153204de103 (patch)
tree9cbb4b6382bdc8bba591ce4e533225d15fcfcb25 /attach.test
parent96cbafd34d35b0330505c73cb4a963b6e9cb030d (diff)
(test) Test: explicit list of services for start-server
Diffstat (limited to 'attach.test')
-rw-r--r--attach.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/attach.test b/attach.test
index 33a1483..afbdd0e 100644
--- a/attach.test
+++ b/attach.test
@@ -1,12 +1,14 @@
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" to p1
- send "start-server" 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/