Logo AND Algorithmique Numérique Distribuée

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