diff -r 000000000000 -r c6b0df440bee dbgsrv/coredumpserver/test/automatictests/tcds_kernel/batch/util/shortersleepandrestart.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbgsrv/coredumpserver/test/automatictests/tcds_kernel/batch/util/shortersleepandrestart.bat Tue Mar 02 10:33:16 2010 +0530 @@ -0,0 +1,43 @@ +rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +rem All rights reserved. +rem This component and the accompanying materials are made available +rem under the terms of "Eclipse Public License v1.0" +rem which accompanies this distribution, and is available +rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +rem +rem Initial Contributors: +rem Nokia Corporation - initial contribution. +rem +rem Contributors: +rem +rem Description: +rem + +@ECHO OFF +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO Lets not wait for the SCM to complete +ping -n 50 127.0.0.1 >NUL +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . +ECHO . + +call hardwareswitch off +ECHO Board Switched OFF +ping -n 11 127.0.0.1 >NUL +ECHO --------------------- +ECHO Board Switched ON +call hardwareswitch on +ping -n 37 127.0.0.1 >NUL