os/security/cryptomgmtlibs/securityutils/test/trecog/scripts/trecogcert.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 // Recog unit (integration) tests
    18 PRINT Run Cert Recog test
    19 
    20 LOAD_SUITE trecogserver
    21 
    22 START_TESTCASE SEC-CERTRECOG-WTLS_DEF068542-0001
    23 
    24 //! @SYMTestCaseID 		SEC-CERTRECOG-WTLS_DEF068542-0001
    25 //! @SYMTestCaseDesc 		to recognize a wtls certificate
    26 //!                             (recognizeWTLS)
    27 //! @SYMREQ 			REQ0000
    28 //! @SYMTestPriority 		Critical
    29 //! @SYMTestActions 		1. to recognize a wtls certificate passed by File Name
    30 //! 				2. to recognize a wtls certificate passed by Buffer
    31 //! 				3. to recognize a wtls certificate passed by File handle
    32 //! @SYMTestExpectedResults 	application/vnd.wap.wtls-ca-certificate
    33 //! @SYMDevelopedForRelease 	Mike
    34 
    35 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByNameWtls1
    36 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByBufferWtls1
    37 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByHandleWtls1
    38 
    39 END_TESTCASE SEC-CERTRECOG-WTLS_DEF068542-0001
    40 
    41 
    42 START_TESTCASE SEC-CERTRECOG-X509-0001
    43 
    44 //! @SYMTestCaseID 		SEC-CERTRECOG-X509-0001
    45 //! @SYMTestCaseDesc 		to recognize x509 CA certificates and x509 user certificates
    46 //!                             (recognizeX509)
    47 //! @SYMREQ 			REQ0000
    48 //! @SYMDEF 			INC11925 INC073075 INC076296
    49 //! @SYMTestPriority 		Critical
    50 //! @SYMTestActions 		1. to recognize a x509 CA certificate passed by File Name (DEF068542)
    51 //! 				2. to recognize a x509 user certificate passed by File Name (DEF068542)
    52 //! 				3. to recognize a x509 CA certificate with long serial number, passed by File Name (INC11925)
    53 //! 				4. to recognize a x509 v1 certificate passed by File Name (INC073075)
    54 //! 				5. to recognize a x509 certificate without version passed by File Name (INC076296)
    55 //! 				6. to recognize a x509 CA certificate passed by File handle (DEF068542)
    56 //! 				7. to recognize a x509 user certificate passed by File handle (DEF068542)
    57 //! 				8. to recognize a x509 v1 certificate passed by File handle (INC073075)
    58 //! 				9. to recognize a x509 certificate without version passed by File handle (INC076296)
    59 //! 				10. to recognize a x509 CA certificate passed by Buffer (DEF068542)
    60 //! 				11. to recognize a x509 user certificate passed by buffer (DEF068542)
    61 //! 				12. to recognize a x509 v1 certificate passed by buffer (INC073075)
    62 //! 				13. to recognize a x509 certificate without Version passed by buffer (INC076296)
    63 //! @SYMTestExpectedResults 	1. application/x-x509-ca-cert
    64 //! 				2. application/x-x509-user-cert
    65 //! 				3. application/x-x509-ca-cert
    66 //! 				4. application/x-x509-ca-cert
    67 //! 				5. application/x-x509-ca-cert
    68 //! 				6. application/x-x509-ca-cert
    69 //! 				7. application/x-x509-user-cert
    70 //! 				8. application/x-x509-ca-cert
    71 //! 				9. application/x-x509-ca-cert
    72 //! 				10. application/x-x509-ca-cert
    73 //! 				11. application/x-x509-user-cert
    74 //! 				12. application/x-x509-ca-cert
    75 //! 				13. application/x-x509-ca-cert
    76 //! @SYMDevelopedForRelease 	Mike
    77 
    78 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByName1
    79 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByName2
    80 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByName3
    81 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByNamex509v1
    82 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByNamex509NoVersion
    83 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByHandle1
    84 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByHandle2
    85 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByHandlex509v1
    86 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByHandlex509NoVersion
    87 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByBuffer1
    88 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByBuffer2
    89 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByBufferx509v1
    90 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByBufferx509NoVersion
    91 
    92 END_TESTCASE SEC-CERTRECOG-X509-0001
    93 
    94 START_TESTCASE SEC-CERTRECOG-X509_PDEF095884-0001
    95 
    96 //! @SYMTestCaseID 		SEC-CERTRECOG-X509_PDEF095884-0001
    97 //! @SYMTestCaseDesc 		To recognize a x509 certificate serial number length set to 0xFF.
    98 //!                             (recognizeSerialNumberLength)
    99 //! @SYMDEF 			PDEF095884
   100 //! @SYMTestPriority 		Critical
   101 //! @SYMTestActions  		1. To recognize a x509 certificate serial number length set to 0xFF passed by file name.
   102 //! 				2. To recognize a x509 certificate serial number length set to 0xFF passed by buffer.
   103 //! 				3. To recognize a x509 certificate serial number length set to 0xFF passed by file handle.
   104 //! @SYMTestExpectedResults 	ENotRecognized
   105 //! @SYMDevelopedForRelease 	Mike
   106 
   107 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByNameWsnl
   108 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByBufferWsnl
   109 RUN_TEST_STEP 100 trecogserver RecogStep c:\trecog\trecogcert.ini PassByHandleWsnl
   110 
   111 END_TESTCASE SEC-CERTRECOG-X509_PDEF095884-0001