Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement properties on hosts and processes in RL (host is inited to empty, and proce...
[simgrid.git] / examples / msg / properties / msg_prop.tesh
1 #! ./tesh
2
3 p Testing a MSG application with properties in the XML for Hosts, Links and Processes
4
5 $ $SG_TEST_EXENV properties/msg_prop$EXEEXT ${srcdir:=.}/../platforms/prop.xml ${srcdir:=.}/properties/deployment_properties.xml 
6 > [C1-01:master:(1) 0.000000] [test/INFO] Property: Hdd for host: C1-00 has value: 120
7 > [C1-01:master:(1) 0.000000] [test/INFO] Property: Unknown for host C1-00 is undefined
8 > [C1-01:master:(1) 0.000000] [test/INFO] Trying to modify a host property
9 > [C1-01:master:(1) 0.000000] [test/INFO]       Property: Hdd old value: 120
10 > [C1-01:master:(1) 0.000000] [test/INFO]       Property: Hdd new value: 250
11 > [C1-00:slave:(2) 0.000000] [test/INFO] Property: SomeProp for process slave has value: SomeValue
12 > [C1-00:slave:(2) 0.000000] [test/INFO] Property: UnknownProcessProp for process slave is undefined
13 > [0.000000] [test/INFO] Simulation time 0
14