equal
deleted
inserted
replaced
15 // |
15 // |
16 //! @File |
16 //! @File |
17 //! @SYMTestSuiteName lbsfullromsuite.script |
17 //! @SYMTestSuiteName lbsfullromsuite.script |
18 //! @SYMScriptTestEnvironment |
18 //! @SYMScriptTestEnvironment |
19 |
19 |
20 PRINT Run all LbsRomSuiteTestServer Suite Tests |
20 PRINT Run all lbsromsuitetestserver Suite Tests |
21 |
21 |
22 LOAD_SUITE LbsRomSuiteTestServer -SharedData |
22 LOAD_SUITE lbsromsuitetestserver -SharedData |
23 |
23 |
24 //Before we start LBS, select the test A-GPS integration module and network reg status txt file to use. |
24 //Before we start LBS, select the test A-GPS integration module and network reg status txt file to use. |
25 PREFIX RUN_UTILS |
25 PREFIX RUN_UTILS |
26 MkDir c:\private\10282253\ |
26 MkDir c:\private\10282253\ |
27 MkDir c:\private\10282253\lbs\ |
27 MkDir c:\private\10282253\lbs\ |
29 CopyFile c:\testdata\configs\xtestmodule.ini c:\private\10282253\lbs\locmods\agpsintegmodule.ini |
29 CopyFile c:\testdata\configs\xtestmodule.ini c:\private\10282253\lbs\locmods\agpsintegmodule.ini |
30 CopyFile c:\testdata\configs\lbstestconfig.txt c:\config.txt |
30 CopyFile c:\testdata\configs\lbstestconfig.txt c:\config.txt |
31 REMOVE_PREFIX |
31 REMOVE_PREFIX |
32 |
32 |
33 // Selecting the default admin values will ensure the AGPS module requests assistance data. |
33 // Selecting the default admin values will ensure the AGPS module requests assistance data. |
34 RUN_TEST_STEP 010 LbsRomSuiteTestServer LbsStep_ResetDefaultAdmin |
34 RUN_TEST_STEP 010 lbsromsuitetestserver LbsStep_ResetDefaultAdmin |
35 |
35 |
36 RUN_TEST_STEP 030 LbsRomSuiteTestServer LbsStep_StartLbs |
36 RUN_TEST_STEP 030 lbsromsuitetestserver LbsStep_StartLbs |
37 |
37 |
38 |
38 |
39 START_TESTCASE LBS-FULLROM-CHECKLOCMONITOR-0001 |
39 START_TESTCASE LBS-FULLROM-CHECKLOCMONITOR-0001 |
40 //! @SYMTestCaseID LBS-FULLROM-CHECKLOCMONITOR-0001 |
40 //! @SYMTestCaseID LBS-FULLROM-CHECKLOCMONITOR-0001 |
41 //! @SYMTestCaseDesc To verify that when LBS starts up in Full ROM with EPOS Location Server, the Location Monitor process is created as a persistent process without requiring a client to connect to the Location Server. The test verifies that the Location Monitor process exists when there are no clients connected to the (EPOS) Location Server. |
41 //! @SYMTestCaseDesc To verify that when LBS starts up in Full ROM with EPOS Location Server, the Location Monitor process is created as a persistent process without requiring a client to connect to the Location Server. The test verifies that the Location Monitor process exists when there are no clients connected to the (EPOS) Location Server. |
50 //! 2. It does not die until the whole of LBS is closed. |
50 //! 2. It does not die until the whole of LBS is closed. |
51 //! @SYMTestType CIT |
51 //! @SYMTestType CIT |
52 //! @SYMCreationDate 31/3/2009 |
52 //! @SYMCreationDate 31/3/2009 |
53 //! @SYMAuthor arunkumarpandian |
53 //! @SYMAuthor arunkumarpandian |
54 //! @SYMTestStatus 3. Released |
54 //! @SYMTestStatus 3. Released |
55 RUN_TEST_STEP 100 LbsRomSuiteTestServer PositionerTestStep c:\testdata\configs\lbsromspecificsuite.ini LBS-FULLROM--CHECKLOCMONITOR-0001 |
55 RUN_TEST_STEP 100 lbsromsuitetestserver PositionerTestStep c:\testdata\configs\lbsromspecificsuite.ini LBS-FULLROM-CHECKLOCMONITOR-0001 |
56 END_TESTCASE LBS-FULLROM--CHECKLOCMONITOR-0001 |
56 END_TESTCASE LBS-FULLROM-CHECKLOCMONITOR-0001 |
57 |
57 |
58 |
58 |
59 PRINT Stop LBS |
59 PRINT Stop LBS |
60 RUN_TEST_STEP 020 LbsRomSuiteTestServer LbsStep_StopLbs |
60 RUN_TEST_STEP 020 lbsromsuitetestserver LbsStep_StopLbs |
61 |
61 |
62 // Re-select the real A-GPS integration module. |
62 // Re-select the real A-GPS integration module. |
63 RUN_UTILS DeleteFile c:\private\10282253\lbs\locmods\agpsintegmodule.ini |
63 RUN_UTILS DeleteFile c:\private\10282253\lbs\locmods\agpsintegmodule.ini |
64 |
64 |
65 // Delete network registration status text file |
65 // Delete network registration status text file |
66 RUN_UTILS DeleteFile c:\config.txt |
66 RUN_UTILS DeleteFile c:\config.txt |
67 |
67 |
68 PRINT LbsRomSuiteTestServer Completed |
68 PRINT lbsromsuitetestserver Completed |