installationservices/swi/test/tdaemon/scripts/tdaemon_winscw.script
changeset 60 245df5276b97
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
       
     1 //
       
     2 // Copyright (c) 2010 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 LOAD_SUITE tdaemon
       
    18 LOAD_SUITE tuiscriptadaptors
       
    19 LOAD_SUITE tscr -SharedData
       
    20 
       
    21 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0001
       
    22 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
    23 //! @SYMDEF			CR_405-5166
       
    24 //! @SYMTestActions		Install sis file(files distributed across C drive and emmc i.e 'X' Drive) and  Format EMMC.
       
    25 //! @SYMTestExpectedResults	Registry entries for the package gets cleaned
       
    26 
       
    27 START_TESTCASE API-SEC-CR_405-5166-0001
       
    28 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_emmc
       
    29 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
    30 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
    31 DELAY 2000
       
    32 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
    33 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SA_after_emmc_format_case1
       
    34 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_after_emmc_format
       
    35 END_TESTCASE API-SEC-CR_405-5166-0001
       
    36 
       
    37 
       
    38 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0002
       
    39 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
    40 //! @SYMDEF			CR_405-5166
       
    41 //! @SYMTestActions		Install sis file SA on c drive and then upgrade it with SP(files distributed across C drive and emmc i.e 'X' Drive) and  Format EMMC.
       
    42 //! @SYMTestExpectedResults	Registry entries for the SP package gets cleaned
       
    43 
       
    44 START_TESTCASE API-SEC-CR_405-5166-0002
       
    45 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_c
       
    46 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSP_on_c_and_emmc
       
    47 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
    48 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
    49 DELAY 2000
       
    50 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
    51 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SP_after_emmc_format_case2
       
    52 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SP_after_emmc_format
       
    53 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
    54 END_TESTCASE API-SEC-CR_405-5166-0002
       
    55 
       
    56 
       
    57 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0003
       
    58 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
    59 //! @SYMDEF			CR_405-5166
       
    60 //! @SYMTestActions		Install sis file SA on c drive and then upgrade it with PU on emmc and  Format EMMC.
       
    61 //! @SYMTestExpectedResults	Registry entries for the complete package gets cleaned
       
    62 
       
    63 START_TESTCASE API-SEC-CR_405-5166-0003
       
    64 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_c
       
    65 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallPU_on_emmc
       
    66 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
    67 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
    68 DELAY 2000
       
    69 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
    70 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SP_after_emmc_format_case3
       
    71 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_after_emmc_format
       
    72 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
    73 END_TESTCASE API-SEC-CR_405-5166-0003
       
    74 
       
    75 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0004
       
    76 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
    77 //! @SYMDEF			CR_405-5166
       
    78 //! @SYMTestActions		Install sis file SA on c drive and then upgrade it with two SP's both on emmc and format emmc.
       
    79 //! @SYMTestExpectedResults	Registry entries for bothe the sp's gets cleaned
       
    80 
       
    81 START_TESTCASE API-SEC-CR_405-5166-0004
       
    82 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_c
       
    83 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSP_on_emmc
       
    84 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSP_on_c_and_emmc
       
    85 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
    86 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
    87 DELAY 2000
       
    88 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
    89 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SP_after_emmc_format
       
    90 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_Two_SP_after_emmc_format
       
    91 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
    92 END_TESTCASE API-SEC-CR_405-5166-0004
       
    93 
       
    94 
       
    95 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0005
       
    96 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
    97 //! @SYMDEF			CR_405-5166
       
    98 //! @SYMTestActions		Unmount and mount emmc
       
    99 //! @SYMTestExpectedResults	No change in registry entries.
       
   100 
       
   101 START_TESTCASE API-SEC-CR_405-5166-0005
       
   102 RUN_TEST_STEP 100 tuiscriptadaptors MmcUnMountStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   103 RUN_TEST_STEP 100 tuiscriptadaptors MmcMountStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   104 END_TESTCASE API-SEC-CR_405-5166-0005
       
   105 
       
   106 
       
   107 RUN_UTILS DeleteFile c:\private\102020DCA\firstbootmarkerfileforx
       
   108 RUN_UTILS DeleteFile x:\sys\install\formatmarker
       
   109 
       
   110 
       
   111 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0006
       
   112 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   113 //! @SYMDEF			CR_405-5166
       
   114 //! @SYMTestActions		After first boot of the device , marker files gets created on system drive(one for each emmc) and emmc
       
   115 //! @SYMTestExpectedResults	Marker files gets created on system drive(one for each emmc) and emmc successfuly
       
   116 
       
   117 START_TESTCASE API-SEC-CR_405-5166-0006
       
   118 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_marker_files
       
   119 END_TESTCASE API-SEC-CR_405-5166-0006
       
   120 
       
   121 
       
   122 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0007
       
   123 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   124 //! @SYMDEF			CR_405-5166
       
   125 //! @SYMTestActions		Install sis file SA on c drive and t drive and format emmc.
       
   126 //! @SYMTestExpectedResults	No impact on the package 
       
   127 
       
   128 START_TESTCASE API-SEC-CR_405-5166-0007
       
   129 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_c_and_T
       
   130 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   131 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
   132 DELAY 2000
       
   133 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
   134 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SA_on_C_and_T_after_emmc_format
       
   135 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_on_C_and_T_after_emmc_format
       
   136 RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
   137 END_TESTCASE API-SEC-CR_405-5166-0007
       
   138 
       
   139 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0008
       
   140 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   141 //! @SYMDEF			CR_405-5166
       
   142 //! @SYMTestActions		Install sis file SA on c , x and t drive  then unmount T drive, format emmc and again mount x drive.
       
   143 //! @SYMTestExpectedResults	Remove complete SA
       
   144 
       
   145 START_TESTCASE API-SEC-CR_405-5166-0008
       
   146 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_distributed_drives
       
   147 RUN_TEST_STEP 100 tuiscriptadaptors MmcUnMountStep z:\tswi\tuiscriptadaptors\scripts\drives.ini T
       
   148 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   149 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
   150 DELAY 2000
       
   151 RUN_TEST_STEP 100 tuiscriptadaptors MmcMountStep z:\tswi\tuiscriptadaptors\scripts\drives.ini T
       
   152 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveT
       
   153 DELAY 2000
       
   154 DELAY 2000
       
   155 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
   156 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SA_on_C_E_and_T_after_emmc_format
       
   157 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_on_C_E_and_T_after_emmc_format
       
   158 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
   159 END_TESTCASE API-SEC-CR_405-5166-0008
       
   160 
       
   161 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0009
       
   162 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   163 //! @SYMDEF			CR_405-5166
       
   164 //! @SYMTestActions		Install sis file SA on c , x and t drive  then  format emmc drive.
       
   165 //! @SYMTestExpectedResults	Remove complete SA
       
   166 
       
   167 START_TESTCASE API-SEC-CR_405-5166-0009
       
   168 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_distributed_drives
       
   169 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   170 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
   171 DELAY 2000
       
   172 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
   173 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SA_on_C_E_and_T_after_emmc_format_case9
       
   174 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_on_C_E_and_T_after_emmc_format
       
   175 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
   176 END_TESTCASE API-SEC-CR_405-5166-0009
       
   177 
       
   178 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0010
       
   179 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   180 //! @SYMDEF			CR_405-5166
       
   181 //! @SYMTestActions		Install sis file SA on c , x and format T drive.
       
   182 //! @SYMTestExpectedResults	Remove complete SA
       
   183 
       
   184 START_TESTCASE API-SEC-CR_405-5166-0010
       
   185 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSA_on_emmc
       
   186 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini T
       
   187 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveT
       
   188 DELAY 2000
       
   189 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckT
       
   190 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_component_exists_for_SA_after_emmc_format_3
       
   191 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_after_T_dive_format
       
   192 RUN_TEST_STEP tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
   193 END_TESTCASE API-SEC-CR_405-5166-0010
       
   194 
       
   195 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0011
       
   196 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   197 //! @SYMDEF			CR_405-5166
       
   198 //! @SYMTestActions		Install sis file SA(NR) on c , x and t drive  then format emmc drive.
       
   199 //! @SYMTestExpectedResults	Remove complete SA
       
   200 
       
   201 START_TESTCASE API-SEC-CR_405-5166-0011
       
   202 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSANR_on_distributed_drives
       
   203 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   204 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
   205 DELAY 2000
       
   206 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
   207 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_on_C_E_and_T_after_emmc_format
       
   208 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_on_C_E_and_T_after_emmc_format
       
   209 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
   210 END_TESTCASE API-SEC-CR_405-5166-0011
       
   211 
       
   212 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0012
       
   213 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   214 //! @SYMDEF			CR_405-5166
       
   215 //! @SYMTestActions		Install sis file SA(NR) on c drive and t drive and format emmc.
       
   216 //! @SYMTestExpectedResults	No impact on the package 
       
   217 
       
   218 START_TESTCASE API-SEC-CR_405-5166-0012
       
   219 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallSANR_on_c_and_T
       
   220 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   221 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
   222 DELAY 2000
       
   223 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
   224 RUN_TEST_STEP 100 tscr ScrComponentPresentForNameVendor z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_on_C_and_T_after_emmc_format
       
   225 RUN_TEST_STEP 100 tuiscriptadaptors MmcCheckFilesStep z:\tswi\tdaemon\scripts\tdaemon.ini Check_files_exists_for_SA_on_C_and_T_after_emmc_format
       
   226 RUN_TEST_STEP_RESULT -5 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
   227 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini T
       
   228 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveT
       
   229 DELAY 2000
       
   230 RUN_TEST_STEP_RESULT -1 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Install
       
   231 END_TESTCASE API-SEC-CR_405-5166-0012
       
   232 
       
   233 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0013
       
   234 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   235 //! @SYMDEF			CR_405-5166
       
   236 //! @SYMTestActions		Install a sis file SP(eclipsing) on c drive and x drive and format emmc.
       
   237 //! @SYMTestExpectedResults	SP should be removed amd we will revert back to stubs 
       
   238 
       
   239 START_TESTCASE API-SEC-CR_405-5166-0013
       
   240 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallEclipsingSA_on_c_and_emmc
       
   241 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   242 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
   243 DELAY 2000
       
   244 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
   245 RUN_TEST_STEP_RESULT -5 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Eclipsing
       
   246 END_TESTCASE API-SEC-CR_405-5166-0013
       
   247 
       
   248 //! @SYMTestCaseID 		API-SEC-CR_405-5166-0014
       
   249 //! @SYMTestCaseDesc		CR_405-5166: SIS Registry: Cleans the registry entries for the packages installed on emmc i.e 'X' Drive
       
   250 //! @SYMDEF			CR_405-5166
       
   251 //! @SYMTestActions		Install a sis file SP(eclipsing) on c drive and x drive and format emmc.
       
   252 //! @SYMTestExpectedResults	SP should be removed amd we will revert back to stubs 
       
   253 
       
   254 START_TESTCASE API-SEC-CR_405-5166-0014
       
   255 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep z:\tswi\tdaemon\scripts\tdaemon.ini InstallEclipsingPU_on_c_and_emmc
       
   256 RUN_TEST_STEP 100 tuiscriptadaptors MmcFormatStep z:\tswi\tuiscriptadaptors\scripts\drives.ini X
       
   257 RUN_TEST_STEP 100 tdaemon AddDriveStep z:\tswi\tdaemon\scripts\tdaemon.ini AddDriveX
       
   258 DELAY 2000
       
   259 RUN_TEST_STEP 100 tscr ScrComponentOnEMMC z:\tswi\tdaemon\scripts\tdaemon.ini CheckX
       
   260 RUN_TEST_STEP_RESULT -5 100 tuiscriptadaptors UninstallStep  z:\tswi\tdaemon\scripts\tdaemon.ini u_Eclipsing
       
   261 END_TESTCASE API-SEC-CR_405-5166-0014
       
   262