os/security/crypto/weakcryptospi/test/tcryptospi/scripts/te_randomtestcases.script
Update contrib.
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".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
18 PRINT Run all te_RandomTestCases Tests
22 LOAD_SUITE Te_CryptoSpi
25 //! @SYMTestCaseID SEC-CRYPTOSPI-RAND-0001
26 //! @SYMTestCaseDesc RandomGeneralUsage
28 START_TESTCASE SEC-CRYPTOSPI-RAND-0001
30 RUN_TEST_STEP 100 Te_CryptoSpi RandomNumberGeneratorGeneralUsageStep c:\testdata\tcryptospi\configs\RandomNumberGeneratorGeneralUsage.ini ValidRandom
31 RUN_TEST_STEP !Result=-5 100 Te_CryptoSpi RandomNumberGeneratorGeneralUsageStep c:\testdata\tcryptospi\configs\RandomNumberGeneratorGeneralUsage.ini InvalidRandom
33 END_TESTCASE SEC-CRYPTOSPI-RAND-0001
36 PRINT Complate_te_RandomTestCases_Tests