Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename surfxml.dtd into simgrid.dtd
[simgrid.git] / examples / simdag / properties / test_prop.tesh
1 #! ./tesh
2
3 p Simple test of simdag with properties
4
5 $ $SG_TEST_EXENV properties/sd_prop ${srcdir:=.}/../platforms/prop.xml
6 > [0.000000] [test/INFO] Property list for workstation C1-00
7 > [0.000000] [test/INFO]        Property: NewProp has value: newValue
8 > [0.000000] [test/INFO]        Property: Hdd has value: 120
9 > [0.000000] [test/INFO]        Property: NoProp is undefined
10 > [0.000000] [test/INFO] Property list for workstation C1-01
11 > [0.000000] [test/INFO]        Property: mem on host: 4
12 > [0.000000] [test/INFO]        Property: Hdd on host: 180
13 > [0.000000] [test/INFO] Modify an existing property
14 > [0.000000] [test/INFO]        Property: Hdd old value: 180
15 > [0.000000] [test/INFO]        Property: Hdd new value: 250
16 > [0.000000] [test/INFO]        Link 6 property: type has value: Ethernet
17 > [0.000000] [test/INFO]        Property: NoProp for link 6 is undefined
18 > [0.000000] [test/INFO]        Link 0 property: type has value: ethernet
19 > [0.000000] [test/INFO]        Property: NoProp for link 0 is undefined
20 > [0.000000] [test/INFO] Estimated time for 'Task D': 1.512000
21 > [0.000000] [sd_kernel/INFO] Starting simulation...
22 > [0.000000] [sd_kernel/INFO] Executing task 'Task D'
23 > [3.600200] [sd_kernel/INFO] Task 'Task D' done
24 > [3.600200] [sd_kernel/INFO] Executing task 'Task B'
25 > [3.600200] [sd_kernel/INFO] Executing task 'Task C'
26 > [6.000400] [sd_kernel/INFO] Task 'Task B' done
27 > [6.000400] [sd_task/INFO] Watch point reached with task 'Task B'!
28 > [6.000400] [sd_kernel/INFO] Simulation finished
29 > [6.000400] [test/INFO] Task 'Task D' start time: 0.000000, finish time: 3.600200
30 > [6.000400] [test/INFO] Task 'Task B' start time: 3.600200, finish time: 6.000400
31
32
33