From: Martin Quinson Date: Thu, 6 Apr 2023 14:58:39 +0000 (+0200) Subject: Remove the timings of another ns3 test to help older ns3 versions X-Git-Tag: v3.34~192 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/78115099abc33e2e1f52313d2ead0fd93d62e5da Remove the timings of another ns3 test to help older ns3 versions --- diff --git a/teshsuite/s4u/ns3-simultaneous-send-rcv/ns3-simultaneous-send-rcv.tesh b/teshsuite/s4u/ns3-simultaneous-send-rcv/ns3-simultaneous-send-rcv.tesh index b39fd1136d..c5d0feb75a 100644 --- a/teshsuite/s4u/ns3-simultaneous-send-rcv/ns3-simultaneous-send-rcv.tesh +++ b/teshsuite/s4u/ns3-simultaneous-send-rcv/ns3-simultaneous-send-rcv.tesh @@ -1,6 +1,6 @@ p In the ns-3 tests, the timings are not shown because the exact values may vary with your ns-3 version. p We just want to check that the ns-3 bindings of SimGrid are working correctly, we don't want to thoroughly test ns-3. -$ ./ns3-simultaneous-send-rcv ${platfdir}/ns3-big-cluster.xml --cfg=network/model:ns-3 -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'ns-3' -> [c-01.rennes:receiver:(1) 22.000199] [s4u_test/INFO] Done receiving from 100 senders, each of them sending 5 messages +$ ./ns3-simultaneous-send-rcv ${platfdir}/ns3-big-cluster.xml --cfg=network/model:ns-3 "--log=root.fmt:[%h:%a(%i)]%e[%c/%p]%e%m%n" +> [:maestro(0)] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'ns-3' +> [c-01.rennes:receiver(1)] [s4u_test/INFO] Done receiving from 100 senders, each of them sending 5 messages