Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
All tesh files have the .tesh extension now
[simgrid.git] / examples / gras / mmrpc / test_rl
diff --git a/examples/gras/mmrpc/test_rl b/examples/gras/mmrpc/test_rl
deleted file mode 100755 (executable)
index 92b720a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-& $SG_TEST_EXENV ./mmrpc_server$EXEEXT 4502 --log=root.fmt:%m%n 
-> Launch server (port=4502)
-> Exiting GRAS
-
-$ $SG_TEST_EXENV ./mmrpc_client$EXEEXT 127.0.0.1 4502 --log=root.fmt:%m%n 
-> Launch client (server on 127.0.0.1:4502)
-> Connected to 127.0.0.1:4502.
-> >>>>>>>> Connected to server which is on 127.0.0.1:4502 <<<<<<<<
-> >>>>>>>> Request sent to 127.0.0.1:4502 <<<<<<<<
-> >>>>>>>> Got answer from 127.0.0.1:4502 (values are right) <<<<<<<<
-> Exiting GRAS