Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge the two wifi tests together
[simgrid.git] / teshsuite / surf / wifi_usage / wifi_usage.tesh
1 #!/usr/bin/env tesh
2
3 p Test WITH crosstraffic
4 $ ${bindir:=.}/wifi_usage ${platfdir}/wifi.xml --log=root.fmt=%m%n
5 > Sending 1000 bytes from 'Station 1' to 'NODE1' takes 0.000156 seconds.
6 > Sending 1000 bytes from 'Station 1' to 'Station 2' takes 0.000311 seconds.
7
8 p Test WITHOUT crosstraffic
9 $ ${bindir:=.}/wifi_usage ${platfdir}/wifi.xml --log=root.fmt=%m%n --cfg=network/crosstraffic:0
10 > Configuration change: Set 'network/crosstraffic' to '0'
11 > Sending 1000 bytes from 'Station 1' to 'NODE1' takes 0.000148 seconds.
12 > Sending 1000 bytes from 'Station 1' to 'Station 2' takes 0.000296 seconds.