diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-22 08:38:35 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-22 08:38:35 +0200 |
| commit | d969662c35fee0bebce8cae285750e0c8848713e (patch) | |
| tree | c570dd520e2720c834bb75d25b609dd0144ffe6e /test/contact.et | |
| parent | 997a6e8633af550c7aa3cee049ac42674de9a5e7 (diff) | |
Test: include identity ref in local-identity events
Diffstat (limited to 'test/contact.et')
| -rw-r--r-- | test/contact.et | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/contact.et b/test/contact.et index 0f967a6..4bb99a4 100644 --- a/test/contact.et +++ b/test/contact.et @@ -1,5 +1,7 @@ module contact +import common + test Contact: let services = "attach,contact,sync" @@ -93,7 +95,7 @@ test Contact: # Attach peer 4 to Owner1 send "watch-local-identity" to p4 - expect /local-identity Device4/ from p4 + expect /local-identity $refpat Device4/ from p4 send "attach-to $peer4_1" to p4 local: @@ -105,7 +107,7 @@ test Contact: send "attach-accept $peer4_1" to p4 expect /attach-request-done $peer1_4/ from p1 expect /attach-response-done $peer4_1/ from p4 - expect /local-identity Device4 Owner1/ from p4 + expect /local-identity $refpat Device4 Owner1/ from p4 expect /peer $peer1_4 id Device4 Owner1/ from p1 expect /peer $peer2_4 id Device4 Owner1/ from p2 expect /peer $peer3_4 id Device4 Owner1/ from p3 |