Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework all examples and test cases of the properties
[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 host1
7 > [0.000000] [test/INFO]        Property: NewProp has value: newValue
8 > [0.000000] [test/INFO]        Property: SG_TEST_Hdd has value: 180
9 > [0.000000] [test/INFO]        Property: SG_TEST_mem has value: 4
10 > [0.000000] [test/INFO]        Property: NoProp is undefined
11 > [0.000000] [test/INFO] Property list for workstation host2
12 > [0.000000] [test/INFO]        Property: SG_TEST_Hdd on host: 120
13 > [0.000000] [test/INFO] Modify an existing property
14 > [0.000000] [test/INFO]        Property: SG_TEST_Hdd old value: 120
15 > [0.000000] [test/INFO]        Property: SG_TEST_Hdd new value: 250
16 > [0.000000] [test/INFO]        Link l1 property: type has value: Ethernet
17 > [0.000000] [test/INFO]        Property: NoProp for link l1 is undefined
18 > [0.000000] [test/INFO]        Link l2 property: type has value: ethernet
19 > [0.000000] [test/INFO]        Property: NoProp for link l2 is undefined
20
21
22