diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-03 17:20:51 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-01-04 10:00:05 +0100 |
commit | 0f83948e7f5cad486cb8c8e18b39ebbbfbfa8d98 (patch) | |
tree | 5722075a52dec125d96922b2f8eedcace5201eec /test/attach.test | |
parent | 9a401324f20334ca06c77ea09ab005f9ab7e80dc (diff) |
Test: explicit list of services for start-serverrelease-0.1
Diffstat (limited to 'test/attach.test')
-rw-r--r-- | test/attach.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/attach.test b/test/attach.test index 33a1483..afbdd0e 100644 --- a/test/attach.test +++ b/test/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/ |