os/security/cryptomgmtlibs/securitytestfw/test/autotesting/dummytefscript.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 //
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     5 // under the terms of the License "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description: 
    15 //
    16 //! @file
    17 // Dummy TEF Script
    18 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.
    19 
    20 LOAD_SUITE securityframeworktestserver
    21 
    22 //! @SYMTestCaseID 	SEC-FRAMEWORK-DUMMY-0001
    23 //! @SYMTestCaseDesc 	NothingHappens  
    24 
    25 START_TESTCASE SEC-FRAMEWORK-DUMMY-0001
    26 RUN_TEST_STEP 100 securityframeworktestserver NoOperationTestStep
    27 END_TESTCASE SEC-FRAMEWORK-DUMMY-0001