Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename Java examples.
[simgrid.git] / teshsuite / java / sleepHostOff / sleepHostOff.tesh
1 $ java -classpath ${classpath:=.} sleepHostOff.SleepHostOff ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
2 > [  0.000000] (0:maestro@) Using regular java threads.
3 > [  0.000000] (1:TestRunner@Fafard) **** **** **** ***** ***** Test Sleep ***** ***** **** **** ****
4 > [  0.000000] (1:TestRunner@Fafard) Test sleep: Create a process on Tremblay that simply make periodic sleep, turn off Tremblay
5 > [  0.000000] (2:Sleeper@Tremblay) I'm not dead
6 > [  0.010000] (2:Sleeper@Tremblay) I'm not dead
7 > [  0.020000] (1:TestRunner@Fafard) Stop Tremblay
8 > [  0.020000] (2:Sleeper@Tremblay) I'm not dead
9 > [  0.020000] (2:Sleeper@Tremblay) catch HostException: Host Failure 
10 > [  0.020000] (1:TestRunner@Fafard) Tremblay has been stopped
11 > [  0.320000] (1:TestRunner@Fafard) Test sleep seems ok, cool! (number of Process : 1, it should be 1 (i.e. the Test one))
12 > [  0.320000] (0:maestro@) MSG_main finished; Cleaning up the simulation...