Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some peer traces.
[simgrid.git] / examples / gras / properties / test_rl.tesh
1
2 ! setenv SG_TEST_blah=blah
3 $ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS
4 > alice:main == Dump all the properties of current host
5 > alice:main == Dump all the properties of alice
6 > alice:main   Process property: 'SG_TEST_blah' has value: 'blah'
7 > alice:main == Try to get a process property that does not exist
8 > alice:main == Trying to modify a process property
9 > alice:main Exiting GRAS
10
11 ! setenv SG_TEST_blah=blah
12 $ $SG_TEST_ENV ./properties_bob --log=root.fmt=%P:%t%e%m%n $ARGS
13 > bob:main == Dump all the properties of host1
14 > bob:main == Try to get a property that does not exist
15 > bob:main == Set a host property that alice will try to retrieve in SG (from bob->hello)
16 > bob:main == Dump all the properties of host1 again to check the addition
17 > bob:main   Host property: 'from bob' has value: 'hello'
18 > bob:main Exiting GRAS
19