os/security/cryptoservices/certificateandkeymgmt/tcertstore/scripts/dsa.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 
    17 START_TESTCASE                SEC-CERTMAN-DSA-0001
    18 
    19 //! @SYMTestCaseID            SEC-CERTMAN-DSA-0001
    20 
    21 //! @SYMTestCaseDesc          
    22 
    23 //! @SYMTestActions           1) Opening a certificate store manager
    24 
    25 //!                           2) No Test, Deleting all certs ***NEW***
    26 
    27 //!                           3) Add the certificate DSA
    28 
    29 //!                           4) Get the list of certificates
    30 
    31 //!                           5) Deleting the certificate CAX1
    32 
    33 //!                           6) 1.1.0.6 Import a DSA key
    34 
    35 //!                           7) Add the certificate DSA
    36 
    37 //!                           8) Deleting the certificate store manager
    38 
    39 RUN_TEST_STEP                 -1    CTestHandler        init                   dsa.ini   SEC-CERTMAN-DSA-0001-001
    40 
    41 RUN_TEST_STEP                 -1    CTestHandler        deletecert             dsa.ini   SEC-CERTMAN-DSA-0001-002
    42 
    43 RUN_TEST_STEP                 -1    CTestHandler        addcert                dsa.ini   SEC-CERTMAN-DSA-0001-003
    44 
    45 RUN_TEST_STEP                 -1    CTestHandler        listcert               dsa.ini   SEC-CERTMAN-DSA-0001-004
    46 
    47 RUN_TEST_STEP                 -1    CTestHandler        deletecert             dsa.ini   SEC-CERTMAN-DSA-0001-005
    48 
    49 RUN_TEST_STEP                 -1    CTestHandler        importkey              dsa.ini   SEC-CERTMAN-DSA-0001-006
    50 
    51 RUN_TEST_STEP                 -1    CTestHandler        addcert                dsa.ini   SEC-CERTMAN-DSA-0001-007
    52 
    53 RUN_TEST_STEP                 -1    CTestHandler        delete              
    54 
    55 END_TESTCASE                  SEC-CERTMAN-DSA-0001
    56 
    57 
    58 
    59 
    60