From 935fbd5eea14cd2d527a1df66e378a53ee2e115d Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 26 Jun 2009 10:38:30 +0000 Subject: [PATCH] Update tesh files of msg that use configuration after lastest changes to config infrastructure git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6363 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/msg/masterslave/masterslave_failure.tesh | 2 +- examples/msg/sendrecv/sendrecv_CLM03.tesh | 3 +-- examples/msg/sendrecv/sendrecv_Reno.tesh | 9 +++------ examples/msg/sendrecv/sendrecv_Vegas.tesh | 9 +++------ 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/examples/msg/masterslave/masterslave_failure.tesh b/examples/msg/masterslave/masterslave_failure.tesh index a950cf3433..ef5e762e0c 100644 --- a/examples/msg/masterslave/masterslave_failure.tesh +++ b/examples/msg/masterslave/masterslave_failure.tesh @@ -3,7 +3,7 @@ p Testing a simple master/slave example application handling failures $ masterslave/masterslave_failure$EXEEXT small_platform_with_failures.xml masterslave/deployment_masterslave.xml -> [0.000000] simix/smx_process.c:67: [simix_process/WARNING] Cannot launch process 'slave' on failed host 'Fafard' +> [0.000000] simix/smx_process.c:69: [simix_process/WARNING] Cannot launch process 'slave' on failed host 'Fafard' > [Tremblay:master:(1) 0.000000] [msg_test/INFO] Got 5 slave(s) : > [Tremblay:master:(1) 0.000000] [msg_test/INFO] Jupiter > [Tremblay:master:(1) 0.000000] [msg_test/INFO] Fafard diff --git a/examples/msg/sendrecv/sendrecv_CLM03.tesh b/examples/msg/sendrecv/sendrecv_CLM03.tesh index 6823c684ae..ce6f19ee93 100644 --- a/examples/msg/sendrecv/sendrecv_CLM03.tesh +++ b/examples/msg/sendrecv/sendrecv_CLM03.tesh @@ -3,8 +3,7 @@ p Testing the surf network maxmin fairness model $ $SG_TEST_EXENV sendrecv/sendrecv$EXEEXT ${srcdir:=.}/sendrecv/platform_sendrecv.xml ${srcdir:=.}/sendrecv/deployment_sendrecv.xml --cfg=workstation_model:CLM03 -> [0.000000] [simix_kernel/INFO] setting 'workstation_model' to 'CLM03' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation_model' to 'CLM03' > [0.000000] [msg_test/INFO] test_all > [Inmos:sender:(1) 0.000000] [msg_test/INFO] sender > [Inmos:sender:(1) 0.000000] [msg_test/INFO] host = Bellevue diff --git a/examples/msg/sendrecv/sendrecv_Reno.tesh b/examples/msg/sendrecv/sendrecv_Reno.tesh index c46a267474..cb5e86cd55 100644 --- a/examples/msg/sendrecv/sendrecv_Reno.tesh +++ b/examples/msg/sendrecv/sendrecv_Reno.tesh @@ -4,12 +4,9 @@ p Testing the surf network Reno fairness model using lagrangian approach $ $SG_TEST_EXENV sendrecv/sendrecv$EXEEXT ${srcdir:=.}/sendrecv/platform_sendrecv.xml ${srcdir:=.}/sendrecv/deployment_sendrecv.xml "--cfg=workstation_model:compound cpu_model:Cas01 network_model:Reno" --log=surf_lagrange.thres=critical -> [0.000000] [simix_kernel/INFO] setting 'workstation_model' to 'compound' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 -> [0.000000] [simix_kernel/INFO] setting 'cpu_model' to 'Cas01' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 -> [0.000000] [simix_kernel/INFO] setting 'network_model' to 'Reno' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation_model' to 'compound' +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu_model' to 'Cas01' +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network_model' to 'Reno' > [0.000000] [msg_test/INFO] test_all > [Inmos:sender:(1) 0.000000] [msg_test/INFO] sender > [Inmos:sender:(1) 0.000000] [msg_test/INFO] host = Bellevue diff --git a/examples/msg/sendrecv/sendrecv_Vegas.tesh b/examples/msg/sendrecv/sendrecv_Vegas.tesh index b0659a323a..39cac19ba3 100644 --- a/examples/msg/sendrecv/sendrecv_Vegas.tesh +++ b/examples/msg/sendrecv/sendrecv_Vegas.tesh @@ -3,12 +3,9 @@ p Testing the surf network Vegas fairness model using lagrangian approach $ $SG_TEST_EXENV sendrecv/sendrecv$EXEEXT ${srcdir:=.}/sendrecv/platform_sendrecv.xml ${srcdir:=.}/sendrecv/deployment_sendrecv.xml "--cfg=workstation_model:compound cpu_model:Cas01 network_model:Vegas" -> [0.000000] [simix_kernel/INFO] setting 'workstation_model' to 'compound' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 -> [0.000000] [simix_kernel/INFO] setting 'cpu_model' to 'Cas01' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 -> [0.000000] [simix_kernel/INFO] setting 'network_model' to 'Vegas' -> [0.000000] [xbt_cfg/INFO] type in variable = 2 +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation_model' to 'compound' +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu_model' to 'Cas01' +> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network_model' to 'Vegas' > [0.000000] [msg_test/INFO] test_all > [Inmos:sender:(1) 0.000000] [msg_test/INFO] sender > [Inmos:sender:(1) 0.000000] [msg_test/INFO] host = Bellevue -- 2.20.1