sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: //! @file sl@0: // Dummy TEF Script sl@0: PRINT This is a dummy TEF script, it's purpose is to allow particular batch files to be run as part of the ONB (via pre-command arguments to DABS) without any associated tests being run with them. sl@0: sl@0: LOAD_SUITE securityframeworktestserver sl@0: sl@0: //! @SYMTestCaseID SEC-FRAMEWORK-DUMMY-0001 sl@0: //! @SYMTestCaseDesc NothingHappens sl@0: sl@0: START_TESTCASE SEC-FRAMEWORK-DUMMY-0001 sl@0: RUN_TEST_STEP 100 securityframeworktestserver NoOperationTestStep sl@0: END_TESTCASE SEC-FRAMEWORK-DUMMY-0001