X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c91b68ade95e42efb7a24f19fb5228bee0b618d0..187ba0c05f9fbe51175179b9f637b6554f947468:/examples/gras/properties/test_sg.tesh diff --git a/examples/gras/properties/test_sg.tesh b/examples/gras/properties/test_sg.tesh deleted file mode 100644 index 43b0fc66b5..0000000000 --- a/examples/gras/properties/test_sg.tesh +++ /dev/null @@ -1,24 +0,0 @@ -p Runs the 'properties' test within the simulator (simulation times valid for 32bits architectures) - -! output sort -! setenv GRAS_NO_WARN_EXPERIMENTAL=1 -$ $SG_TEST_EXENV ./properties_simulator${EXEEXT:=} ${srcdir:=.}/../../platforms/prop.xml ${srcdir:=.}/properties.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" -> [ 0.000000] (2:bob@host1) == Dump all the properties of host1 -> [ 0.000000] (2:bob@host1) Host property: 'SG_TEST_Hdd' has value: '180' -> [ 0.000000] (2:bob@host1) Host property: 'SG_TEST_mem' has value: '4' -> [ 0.000000] (2:bob@host1) == Try to get a property that does not exist -> [ 0.000000] (2:bob@host1) == Set a host property that alice will try to retrieve in SG (from bob->hello) -> [ 0.000000] (2:bob@host1) == Dump all the properties of host1 again to check the addition -> [ 0.000000] (2:bob@host1) Host property: 'from bob' has value: 'hello' -> [ 0.000000] (2:bob@host1) Host property: 'SG_TEST_Hdd' has value: '180' -> [ 0.000000] (2:bob@host1) Host property: 'SG_TEST_mem' has value: '4' -> [ 1.000000] (1:alice@host1) == Dump all the properties of current host -> [ 1.000000] (1:alice@host1) Host property: 'from bob' has value: 'hello' -> [ 1.000000] (1:alice@host1) Host property: 'SG_TEST_Hdd' has value: '180' -> [ 1.000000] (1:alice@host1) Host property: 'SG_TEST_mem' has value: '4' -> [ 1.000000] (1:alice@host1) == Dump all the properties of alice -> [ 1.000000] (1:alice@host1) Process property: 'SG_TEST_blah' has value: 'blah' -> [ 1.000000] (1:alice@host1) == Try to get a process property that does not exist -> [ 1.000000] (1:alice@host1) == Trying to modify a process property -> [ 1.000000] (1:alice@host1) Exiting GRAS -> [ 1.000000] (2:bob@host1) Exiting GRAS