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