diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-11-14 21:36:14 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-11-14 21:36:14 +0100 |
commit | c8c84f84b5f761d6aea2e9a68f374574835d83e2 (patch) | |
tree | 83cc369785fd6f07a6e68ce61d38eee30a1b9b53 /sync.test | |
parent | 32612cec8afcc20cf28f8f4c70e5477e902d2b9a (diff) |
(test) Test: get and wait for shared state
Diffstat (limited to 'sync.test')
-rw-r--r-- | sync.test | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -43,3 +43,8 @@ test: send "update-shared-identity NewOwner3" to p1 expect /shared-identity NewOwner3/ from p1 expect /shared-identity NewOwner3/ from p2 + + send "shared-state-get" to p1 + expect /shared-state-get (.*)/ from p1 capture p1state + send "shared-state-wait $p1state" to p2 + expect /shared-state-wait $p1state/ from p2 |