diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-11 11:57:29 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-11 11:57:29 +0200 |
| commit | dd7d5863d32477ddcfdfc08bb47626cddcc75a48 (patch) | |
| tree | c965d735bc263ec651cebc3db8eb1f02fa71e86d /tests/simple_send_4interfaces_1s2r/out | |
| parent | 0f0d08cabaeb7135a6a45ad239dfba2562715cb6 (diff) | |
Add multiple interfaces test
Diffstat (limited to 'tests/simple_send_4interfaces_1s2r/out')
| -rw-r--r-- | tests/simple_send_4interfaces_1s2r/out | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/simple_send_4interfaces_1s2r/out b/tests/simple_send_4interfaces_1s2r/out new file mode 100644 index 0000000..1d40d0a --- /dev/null +++ b/tests/simple_send_4interfaces_1s2r/out @@ -0,0 +1,14 @@ +[t=0.000,src=n0] Send 1 bytes on wlan0 +[t=1.000,src=n1] Receive 1 bytes on wlan0 +[t=1.000,src=n0] Send 1 bytes on wlan1 +[t=2.000,src=n1] Receive 1 bytes on wlan1 +[t=2.000,src=n2] Receive 1 bytes on wlan1 +[t=2.000,src=n0] Send 1 bytes to n1 on eth0 +[t=3.000,src=n1] Receive 1 bytes on eth0 +[t=3.000,src=n0] Send 1 bytes to n2 on eth0 +[t=4.000,src=n2] Receive 1 bytes on eth0 +[t=4.000,src=n0] Send 1 bytes to n1 on eth1 +[t=4.500,src=n1] Receive 1 bytes on eth1 +[t=4.500,src=n0] Send 1 bytes to n2 on eth1 +[t=5.000,src=n2] Receive 1 bytes on eth1 +[t=5.000,src=esds] Simulation ends |
