secureswitools/swisistools/test/tinterpretsisinteg/scripts/swi001-006.script
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 //
       
     2 // Copyright (c) 2008-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 // @file tintsis.script
       
    16 // interpretsis Integration Test Script
       
    17 // Integration Test
       
    18 // Component  : SWI
       
    19 // Tests      : 
       
    20 // The scope of this script is to compare the SWI and Interpretsis installation
       
    21 //
       
    22 
       
    23 
       
    24 PRINT Run test for installation of sis file 
       
    25 LOAD_SUITE tuiscriptadaptors
       
    26 LOAD_SUITE tSisRegistryTest
       
    27 
       
    28 //////////////////////////////////////////////////////////////////////////////////////////////
       
    29 //! @SYMTestCaseID 		API-SEC-sistools-InterpretSIS-SWI001-0006
       
    30 //! @SYMTestCaseDesc 		Compare installation of SWI and Interpretsis 
       
    31 //! @SYMPREQ  			PREQ2114
       
    32 //! @SYMTestStatus		3. Released
       
    33 //! @SYMTestPriority 		High
       
    34 //! @SYMTestActions 		Install a PU over the existing Stub->SA installations
       
    35 //! @SYMTestExpectedResults 	Installation failed as the PU delivers a different file name with the same SID     
       
    36 //! @SYMTestType		CIT
       
    37 //////////////////////////////////////////////////////////////////////////////////////////////
       
    38 RUN_UTILS DeleteDirectory c:\sys\bin
       
    39 RUN_UTILS DeleteDirectory c:\sys\hash
       
    40 RUN_UTILS DeleteDirectory c:\sys\install
       
    41 
       
    42 START_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0006
       
    43 
       
    44 RUN_TEST_STEP 100 tSisRegistryTest IsUidInstalled c:\tswi\tinterpretsisinteg\scripts\ini.ini SWI001-006_SA_RU_NR
       
    45 RUN_TEST_STEP_RESULT -11 100 tuiscriptadaptors InstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini SWI001-006_PU
       
    46 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini uSWI001-006
       
    47 
       
    48 END_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0006