diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2021-12-09 21:26:48 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2021-12-09 21:26:48 +0100 |
commit | 1cef5fc2744d2428f28976c7adb0f476d8bc3bcf (patch) | |
tree | 89633b5f3778865e0f9348d37442f63ccec11811 /test/discovery.test | |
parent | d9ddd8746ca83f361ec7ffb9f7146f6a23553b93 (diff) |
Network: ignore packets sent by ourselves
Diffstat (limited to 'test/discovery.test')
-rw-r--r-- | test/discovery.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/discovery.test b/test/discovery.test index 26e8eaf..aba6b15 100644 --- a/test/discovery.test +++ b/test/discovery.test @@ -5,9 +5,7 @@ test: send "create-identity Device2" to p2 send "start-server" to p1 send "start-server" to p2 - expect /peer [0-9]+ 192.168.0.11:29665/ from p1 expect /peer [0-9]+ 192.168.0.12:29665/ from p1 - expect /peer [0-9]+ 192.168.0.12:29665/ from p2 expect /peer [0-9]+ 192.168.0.11:29665/ from p2 expect /peer [0-9]+ Device2 Device2/ from p1 expect /peer [0-9]+ Device1 Device1/ from p2 |