persistentstorage/centralrepository/test/testexecute/SWI/scripts/te_centrep_swisuite_pma_sp.script
changeset 55 44f437012c90
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // @file
       
    15 // 
       
    16 //
       
    17 
       
    18 //! @SYMTestSuiteName PDS-TEF-CENTREP-SWISUITE
       
    19 //! @SYMScriptTestEnvironment TEF
       
    20 //! @internalComponent
       
    21 //! @test
       
    22 
       
    23 PRINT Run SP (Standard Patch) installation te_centrep_SWI Suite Tests
       
    24 
       
    25 LOAD_SUITE te_centrep_SWISuite
       
    26 
       
    27 RUN_UTILS MkDir c:\private\
       
    28 RUN_UTILS DeleteFile c:\private\10202be9\f10004*.txt
       
    29 RUN_UTILS DeleteFile c:\private\10202be9\f10004*.cre
       
    30 RUN_UTILS DeleteFile c:\private\10202be9\persists\f10004*.txt
       
    31 RUN_UTILS DeleteFile c:\private\10202be9\persists\f10004*.cre
       
    32 RUN_UTILS DeleteFile c:\private\10202be9\persists\protected\f10004*.txt
       
    33 RUN_UTILS DeleteFile c:\private\10202be9\persists\protected\f10004*.cre
       
    34 
       
    35 RUN_UTILS CopyFile z:\private\10202be9\f1000406.pma c:\private\10202be9\persists\protected\f1000406.cre
       
    36 RUN_UTILS CopyFile z:\private\10202be9\f1000407.crp c:\private\10202be9\persists\f1000407.cre
       
    37 RUN_UTILS CopyFile z:\private\10202be9\f1000416.pma c:\private\10202be9\persists\protected\f1000416.cre
       
    38 RUN_UTILS CopyFile z:\private\10202be9\f1000417.crp c:\private\10202be9\persists\f1000417.cre
       
    39 RUN_UTILS CopyFile z:\private\10202be9\f1000423.pma c:\private\10202be9\persists\protected\f1000423.cre
       
    40 RUN_UTILS CopyFile z:\private\10202be9\f1000433.pma c:\private\10202be9\persists\protected\f1000433.cre
       
    41 
       
    42 RUN_PROGRAM t_killprocess.exe centralrepositorysrv
       
    43 
       
    44 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4134
       
    45 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4134
       
    46 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS401.
       
    47 //! @SYMTestPriority  High
       
    48 //! @SYMTestActions   Install a new 'txt' PMA keyspace (which does not previously exist).
       
    49 //! @SYMTestExpectedResults The new keyspace KS401 is not installed
       
    50     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_NonExist_Rep
       
    51     //Delay to get around race condition in SWI
       
    52     DELAY 2500
       
    53     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS401
       
    54     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_NonExist_Rep
       
    55 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4134
       
    56 
       
    57 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4135
       
    58 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4135
       
    59 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS402.
       
    60 //! @SYMTestPriority  High
       
    61 //! @SYMTestActions   Install a 'txt' PMA keyspace on top of an existing 'txt' Non-PMA keyspace that exists in ROM.
       
    62 //! @SYMTestExpectedResults The new keyspace KS402 is not installed
       
    63 
       
    64     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_TxtRep_in_ROM
       
    65     //Delay to get around race condition in SWI
       
    66     DELAY 2500
       
    67     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS402
       
    68     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_TxtRep_in_ROM
       
    69 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4135
       
    70 
       
    71 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4136
       
    72 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4136
       
    73 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS403.
       
    74 //! @SYMTestPriority  High
       
    75 //! @SYMTestActions   Install a 'txt' PMA keyspace on top of an existing 'cre' Non-PMA keyspace that exists in ROM.
       
    76 //! @SYMTestExpectedResults The new keyspace KS403 is not installed
       
    77     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_CreRep_in_ROM
       
    78     //Delay to get around race condition in SWI
       
    79     DELAY 2500
       
    80     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS403
       
    81     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_CreRep_in_ROM
       
    82 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4136
       
    83 
       
    84 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4137
       
    85 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4137
       
    86 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS404.
       
    87 //! @SYMTestPriority  High
       
    88 //! @SYMTestActions   Install a 'txt' PMA keyspace on top of an existing 'txt' PMA keyspace that exists in ROM.
       
    89 //! @SYMTestExpectedResults The new keyspace KS404 is not installed
       
    90 
       
    91     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_PMATxtRep_in_ROM
       
    92     //Delay to get around race condition in SWI
       
    93     DELAY 2500
       
    94     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS404
       
    95     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_PMATxtRep_in_ROM
       
    96 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4137
       
    97 
       
    98 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4138
       
    99 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4138
       
   100 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS405.
       
   101 //! @SYMTestPriority  High
       
   102 //! @SYMTestActions   Install a 'txt' PMA keyspace on top of an existing 'cre' PMA keyspace that exists in ROM.
       
   103 //! @SYMTestExpectedResults The new keyspace KS405 is not installed
       
   104 
       
   105     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_PMACreRep_in_ROM
       
   106     //Delay to get around race condition in SWI
       
   107     DELAY 2500
       
   108     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS405
       
   109     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_PMACreRep_in_ROM
       
   110 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4138
       
   111 
       
   112 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4139
       
   113 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4139
       
   114 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS406.
       
   115 //! @SYMTestPriority  High
       
   116 //! @SYMTestActions   Install a 'txt' PMA keyspace on top of an existing 'cre' PMA keyspace that exists in the PMA drive.
       
   117 //! @SYMTestExpectedResults The new keyspace KS406 is not installed
       
   118 
       
   119     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_PMACreRep_in_PMADrive
       
   120     //Delay to get around race condition in SWI
       
   121     DELAY 2500
       
   122     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS406
       
   123     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_PMACreRep_in_PMADrive
       
   124 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4139
       
   125 
       
   126 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4140
       
   127 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4140
       
   128 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS407.
       
   129 //! @SYMTestPriority  High
       
   130 //! @SYMTestActions   Install a 'txt' PMA keyspace on top of an existing 'cre' Non-PMA keyspace that exists in the persists folder.
       
   131 //! @SYMTestExpectedResults The new keyspace KS407 is not installed
       
   132 
       
   133     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_CreRep_in_Persist
       
   134     //Delay to get around race condition in SWI
       
   135     DELAY 2500
       
   136     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS407
       
   137     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMATxt_to_CreRep_in_Persist
       
   138 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4140
       
   139 
       
   140 
       
   141 
       
   142 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4141
       
   143 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4141
       
   144 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS411.
       
   145 //! @SYMTestPriority  High
       
   146 //! @SYMTestActions   Install a new 'cre' PMA keyspace (which does not previously exist).
       
   147 //! @SYMTestExpectedResults The new keyspace KS411 is not installed
       
   148 
       
   149     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_NonExist_Rep
       
   150     //Delay to get around race condition in SWI
       
   151     DELAY 2500
       
   152     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS411
       
   153     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_NonExist_Rep
       
   154 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4141
       
   155 
       
   156 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4142
       
   157 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4142
       
   158 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS412.
       
   159 //! @SYMTestPriority  High
       
   160 //! @SYMTestActions   Install a 'cre' PMA keyspace on top of an existing 'txt' Non-PMA keyspace that exists in ROM.
       
   161 //! @SYMTestExpectedResults The new keyspace KS412 is not installed
       
   162 
       
   163     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_TxtRep_in_ROM
       
   164     //Delay to get around race condition in SWI
       
   165     DELAY 2500
       
   166     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS412
       
   167     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_TxtRep_in_ROM
       
   168 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4142
       
   169 
       
   170 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4143
       
   171 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4143
       
   172 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS413.
       
   173 //! @SYMTestPriority  High
       
   174 //! @SYMTestActions   Install a 'cre' PMA keyspace on top of an existing 'cre' Non-PMA keyspace that exists in ROM.
       
   175 //! @SYMTestExpectedResults The new keyspace KS413 is not installed
       
   176 
       
   177     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_CreRep_in_ROM
       
   178     //Delay to get around race condition in SWI
       
   179     DELAY 2500
       
   180     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS413
       
   181     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_CreRep_in_ROM
       
   182 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4143
       
   183 
       
   184 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4144
       
   185 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4144
       
   186 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS414.
       
   187 //! @SYMTestPriority  High
       
   188 //! @SYMTestActions   Install a 'cre' PMA keyspace on top of an existing 'txt' PMA keyspace that exists in ROM.
       
   189 //! @SYMTestExpectedResults The new keyspace KS414 is not installed
       
   190 
       
   191     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_PMATxtRep_in_ROM
       
   192     //Delay to get around race condition in SWI
       
   193     DELAY 2500
       
   194     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS414
       
   195     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_PMATxtRep_in_ROM
       
   196 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4144
       
   197 
       
   198 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4145
       
   199 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4145
       
   200 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS415.
       
   201 //! @SYMTestPriority  High
       
   202 //! @SYMTestActions   Install a 'cre' PMA keyspace on top of an existing 'cre' PMA keyspace that exists in ROM.
       
   203 //! @SYMTestExpectedResults The new keyspace KS415 is not installed
       
   204 
       
   205     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_PMACreRep_in_ROM
       
   206     //Delay to get around race condition in SWI
       
   207     DELAY 2500
       
   208     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS415
       
   209     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_PMACreRep_in_ROM
       
   210 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4145
       
   211 
       
   212 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4146
       
   213 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4146
       
   214 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS416.
       
   215 //! @SYMTestPriority  High
       
   216 //! @SYMTestActions   Install a 'cre' PMA keyspace on top of an existing 'cre' PMA keyspace that exists in the PMA drive.
       
   217 //! @SYMTestExpectedResults The new keyspace KS416 is not installed
       
   218 
       
   219     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_PMACreRep_in_PMADrive
       
   220     //Delay to get around race condition in SWI
       
   221     DELAY 2500
       
   222     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS416
       
   223     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_PMACreRep_in_PMADrive
       
   224 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4146
       
   225 
       
   226 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4147
       
   227 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4147
       
   228 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS417.
       
   229 //! @SYMTestPriority  High
       
   230 //! @SYMTestActions   Install a 'cre' PMA keyspace on top of an existing 'cre' Non-PMA keyspace that exists in the persists folder.
       
   231 //! @SYMTestExpectedResults The new keyspace KS407 is not installed
       
   232 
       
   233     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_CreRep_in_Persist
       
   234     //Delay to get around race condition in SWI
       
   235     DELAY 2500
       
   236     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS417
       
   237     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_PMACre_to_CreRep_in_Persist
       
   238 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4147
       
   239 
       
   240 
       
   241 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4148
       
   242 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4148
       
   243 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS421.
       
   244 //! @SYMTestPriority  High
       
   245 //! @SYMTestActions   Install a 'txt' Non-PMA keyspace on top of an existing 'txt' PMA keyspace that exists in ROM.
       
   246 //! @SYMTestExpectedResults The new keyspace KS421 is not installed
       
   247 
       
   248     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalTxt_to_PMATxtRep_in_ROM
       
   249     //Delay to get around race condition in SWI
       
   250     DELAY 2500
       
   251     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS421
       
   252     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalTxt_to_PMATxtRep_in_ROM
       
   253 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4148
       
   254 
       
   255 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4149
       
   256 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4149
       
   257 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS422.
       
   258 //! @SYMTestPriority  High
       
   259 //! @SYMTestActions   Install a 'txt' Non-PMA keyspace on top of an existing 'cre' PMA keyspace that exists in ROM.
       
   260 //! @SYMTestExpectedResults The new keyspace KS422 is not installed
       
   261 
       
   262     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalTxt_to_PMACreRep_in_ROM
       
   263     //Delay to get around race condition in SWI
       
   264     DELAY 2500
       
   265     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS422
       
   266     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalTxt_to_PMACreRep_in_ROM
       
   267 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4149
       
   268 
       
   269 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4150
       
   270 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4150
       
   271 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS423.
       
   272 //! @SYMTestPriority  High
       
   273 //! @SYMTestActions   Install a 'txt' Non-PMA keyspace on top of an existing 'cre' PMA keyspace that exists in the PMA drive.
       
   274 //! @SYMTestExpectedResults The new keyspace KS423 is not installed
       
   275 
       
   276     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalTxt_to_PMACreRep_in_PMADrive
       
   277     //Delay to get around race condition in SWI
       
   278     DELAY 2500
       
   279     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS423
       
   280     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalTxt_to_PMACreRep_in_PMADrive
       
   281 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4150
       
   282 
       
   283 
       
   284 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4151
       
   285 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4151
       
   286 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS431.
       
   287 //! @SYMTestPriority  High
       
   288 //! @SYMTestActions   Install a 'cre' Non-PMA keyspace on top of an existing 'txt' PMA keyspace that exists in ROM.
       
   289 //! @SYMTestExpectedResults The new keyspace KS431 is not installed
       
   290 
       
   291     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalCre_to_PMATxtRep_in_ROM
       
   292     //Delay to get around race condition in SWI
       
   293     DELAY 2500
       
   294     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS431
       
   295     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalCre_to_PMATxtRep_in_ROM
       
   296 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4151
       
   297 
       
   298 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4152
       
   299 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4152
       
   300 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS432.
       
   301 //! @SYMTestPriority  High
       
   302 //! @SYMTestActions   Install a 'cre' Non-PMA keyspace on top of an existing 'cre' PMA keyspace that exists in ROM.
       
   303 //! @SYMTestExpectedResults The new keyspace KS432 is not installed
       
   304 
       
   305     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalCre_to_PMACreRep_in_ROM
       
   306     //Delay to get around race condition in SWI
       
   307     DELAY 2500
       
   308     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS432
       
   309     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalCre_to_PMACreRep_in_ROM
       
   310 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4152
       
   311 
       
   312 START_TESTCASE PDS-CENTRALREPOSITORY-CT-4153
       
   313 //! @SYMTestCaseID PDS-CENTRALREPOSITORY-CT-4153
       
   314 //! @SYMTestCaseDesc  Verify that a ‘SP’ installation won't create a new keyspace, KS433.
       
   315 //! @SYMTestPriority  High
       
   316 //! @SYMTestActions   Install a 'cre' Non-PMA keyspace on top of an existing 'cre' PMA keyspace that exists in the PMA drive.
       
   317 //! @SYMTestExpectedResults The new keyspace KS433 is not installed
       
   318 
       
   319     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalCre_to_PMACreRep_in_PMADrive
       
   320     //Delay to get around race condition in SWI
       
   321     DELAY 2500
       
   322     RUN_TEST_STEP 100 te_centrep_SWISuite InstallStep z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_KS433
       
   323     RUN_TEST_STEP 100 te_centrep_SWISuite RepositoryCheck z:\TEF_CentralRepository\SWI-PMA-SP.ini Install_NormalCre_to_PMACreRep_in_PMADrive
       
   324 END_TESTCASE PDS-CENTRALREPOSITORY-CT-4153
       
   325 
       
   326 RUN_UTILS DeleteFile c:\private\10202be9\f10004*.txt
       
   327 RUN_UTILS DeleteFile c:\private\10202be9\f10004*.cre
       
   328 RUN_UTILS DeleteFile c:\private\10202be9\persists\f10004*.txt
       
   329 RUN_UTILS DeleteFile c:\private\10202be9\persists\f10004*.cre
       
   330 RUN_UTILS DeleteFile c:\private\10202be9\persists\protected\f10004*.txt
       
   331 RUN_UTILS DeleteFile c:\private\10202be9\persists\protected\f10004*.cre
       
   332