os/ossrv/genericservices/taskscheduler/Test/Testexecute/scripts/te_floating_scheduleSuite.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
//! @file
sl@0
    17
//! @SYMTestSuiteName		SYSLIB-SCHSVR-TE_FLOATING_SCHEDULESUITE
sl@0
    18
//! @SYMScriptTestEnvironment 	this script can be run in Textshell or Techview.
sl@0
    19
sl@0
    20
PRINT Run all te_floating_schedule Suite Tests
sl@0
    21
sl@0
    22
//
sl@0
    23
LOAD_SUITE te_floating_scheduleSuite
sl@0
    24
//
sl@0
    25
sl@0
    26
START_TESTCASE  SYSLIB-SCHSVR-CIT-0277
sl@0
    27
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0277
sl@0
    28
//!@SYMTestCaseDesc 		Persistant schedule - Hometime
sl@0
    29
//!@SYMTestPriority 		High
sl@0
    30
//!@SYMTestActions  		For time and condition based test schedule task and check it fires
sl@0
    31
//!@SYMTestExpectedResults	The test must not fail.
sl@0
    32
//!@SYMPREQ			PREQ234
sl@0
    33
RUN_TEST_STEP -1 te_floating_scheduleSuite persist_hometimeStep
sl@0
    34
END_TESTCASE  SYSLIB-SCHSVR-CIT-0277
sl@0
    35
sl@0
    36
START_TESTCASE   SYSLIB-SCHSVR-CIT-0280
sl@0
    37
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0280
sl@0
    38
//!@SYMTestCaseDesc 		Persistant schedule float - Hometime
sl@0
    39
//!@SYMTestPriority 		High
sl@0
    40
//!@SYMTestActions  		For time and condition based test schedule task and check it floats
sl@0
    41
//!@SYMTestExpectedResults	The test must not fail.
sl@0
    42
//!@SYMPREQ			PREQ234
sl@0
    43
RUN_TEST_STEP -1 te_floating_scheduleSuite persist_hometime_floatStep
sl@0
    44
END_TESTCASE    SYSLIB-SCHSVR-CIT-0280
sl@0
    45
sl@0
    46
START_TESTCASE   SYSLIB-SCHSVR-CIT-0278
sl@0
    47
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0278
sl@0
    48
//!@SYMTestCaseDesc 		Persistant schedule - UTC
sl@0
    49
//!@SYMTestPriority 		High
sl@0
    50
//!@SYMTestActions  		For time and condition based test schedule task and check it fires
sl@0
    51
//!@SYMTestExpectedResults	The test must not fail.
sl@0
    52
//!@SYMPREQ			PREQ234
sl@0
    53
RUN_TEST_STEP -1 te_floating_scheduleSuite persist_utcStep
sl@0
    54
END_TESTCASE    SYSLIB-SCHSVR-CIT-0278
sl@0
    55
sl@0
    56
START_TESTCASE   SYSLIB-SCHSVR-CIT-0279
sl@0
    57
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0279
sl@0
    58
//!@SYMTestCaseDesc 		Persistant schedule - UTC & Hometime
sl@0
    59
//!@SYMTestPriority 		High
sl@0
    60
//!@SYMTestActions  		For time and condition based test schedule task and check it fires
sl@0
    61
//!@SYMTestExpectedResults	The test must not fail.
sl@0
    62
//!@SYMPREQ			PREQ234
sl@0
    63
RUN_TEST_STEP -1 te_floating_scheduleSuite persist_mixedStep
sl@0
    64
END_TESTCASE    SYSLIB-SCHSVR-CIT-0279
sl@0
    65
sl@0
    66
START_TESTCASE   SYSLIB-SCHSVR-CIT-0281
sl@0
    67
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0281
sl@0
    68
//!@SYMTestCaseDesc 		Transient schedule - Hometime
sl@0
    69
//!@SYMTestPriority 		High
sl@0
    70
//!@SYMTestActions  		For time and condition based test schedule task and check it fires
sl@0
    71
//!@SYMTestExpectedResults	The test must not fail.
sl@0
    72
//!@SYMPREQ			PREQ234
sl@0
    73
RUN_TEST_STEP -1 te_floating_scheduleSuite transient_hometimeStep
sl@0
    74
END_TESTCASE  SYSLIB-SCHSVR-CIT-0281
sl@0
    75
sl@0
    76
START_TESTCASE   SYSLIB-SCHSVR-CIT-0284
sl@0
    77
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0284
sl@0
    78
//!@SYMTestCaseDesc 		Transient schedule float - Hometime
sl@0
    79
//!@SYMTestPriority 		High
sl@0
    80
//!@SYMTestActions  		For time and condition based test schedule task and check it floats
sl@0
    81
//!@SYMTestExpectedResults	The test must not fail.
sl@0
    82
//!@SYMPREQ			PREQ234
sl@0
    83
RUN_TEST_STEP -1 te_floating_scheduleSuite transient_hometime_floatStep
sl@0
    84
END_TESTCASE  SYSLIB-SCHSVR-CIT-0284
sl@0
    85
sl@0
    86
sl@0
    87
START_TESTCASE   SYSLIB-SCHSVR-CIT-0282
sl@0
    88
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0282
sl@0
    89
//!@SYMTestCaseDesc 		Transient schedule - UTC
sl@0
    90
//!@SYMTestPriority 		High
sl@0
    91
//!@SYMTestActions  		For time and condition based test schedule task and check it fires
sl@0
    92
//!@SYMTestExpectedResults	The test must not fail.
sl@0
    93
//!@SYMPREQ			PREQ234
sl@0
    94
RUN_TEST_STEP -1 te_floating_scheduleSuite transient_utcStep
sl@0
    95
END_TESTCASE  SYSLIB-SCHSVR-CIT-0282
sl@0
    96
sl@0
    97
START_TESTCASE   SYSLIB-SCHSVR-CIT-0283
sl@0
    98
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0283
sl@0
    99
//!@SYMTestCaseDesc 		Transient schedule - Hometime & UTC
sl@0
   100
//!@SYMTestPriority 		High
sl@0
   101
//!@SYMTestActions  		For time and condition based test schedule task and check it fires
sl@0
   102
//!@SYMTestExpectedResults	The test must not fail.
sl@0
   103
//!@SYMPREQ			PREQ234
sl@0
   104
RUN_TEST_STEP -1 te_floating_scheduleSuite transient_mixedStep
sl@0
   105
END_TESTCASE   SYSLIB-SCHSVR-CIT-0283
sl@0
   106
sl@0
   107
START_TESTCASE   SYSLIB-SCHSVR-CIT-0285
sl@0
   108
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-0285
sl@0
   109
//!@SYMTestCaseDesc 		Transient schedule float offset +1Hr - Hometime
sl@0
   110
//!@SYMTestPriority 		High
sl@0
   111
//!@SYMTestActions  		For time and condition based test schedule task and check it floats when scheduled in a timezone that's not GMT
sl@0
   112
//!@SYMTestExpectedResults	The test must not fail.
sl@0
   113
//!@SYMPREQ			PREQ234
sl@0
   114
RUN_TEST_STEP -1 te_floating_scheduleSuite hometime_floatStep
sl@0
   115
END_TESTCASE  SYSLIB-SCHSVR-CIT-0285
sl@0
   116
sl@0
   117
START_TESTCASE   SYSLIB-SCHSVR-CIT-1368
sl@0
   118
//!@SYMTestCaseID		SYSLIB-SCHSVR-CIT-1368
sl@0
   119
//!@SYMTestCaseDesc 		DEF061595 - Schedule timers incorrectly expire when system time is changed
sl@0
   120
//!@SYMTestPriority 		High
sl@0
   121
//!@SYMTestActions  		For time and condition based test schedule task and check it floats when scheduled in a timezone that's not GMT, check also that the schedule fires correctly when it is enabled before the time and offset is changed
sl@0
   122
//!@SYMTestExpectedResults	The test must not fail.
sl@0
   123
//!@SYMDEF			DEF061595
sl@0
   124
RUN_TEST_STEP -1 te_floating_scheduleSuite DEF061595_Step
sl@0
   125
END_TESTCASE    SYSLIB-SCHSVR-CIT-1368
sl@0
   126
sl@0
   127
PRINT Complete_te_floating_schedule_Tests