adaptationlayer/tsy/simatktsy_dll/internal/test/simatktsy_testtool/simatk/testfiles/simatk_timermanagement.cfg
author <dalarub>
Fri, 06 Nov 2009 17:28:23 +0000
changeset 0 63b37f68c1ce
permissions -rw-r--r--
First Contribution. Vanilla as it came from Nokia

//* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
//* All rights reserved.
//* This component and the accompanying materials are made available
//* under the terms of the License "Eclipse Public License v1.0"
//* which accompanies this distribution, and is available
//* at the URL "http://www.eclipse.org/legal/epl-v10.html".
//*
//* Initial Contributors:
//* Nokia Corporation - initial contribution.
//*
//* Contributors:
//*
//* Description:  


// MOD_0018.001_SIM_ATK_TSY_[TIMER MANAGEMENT - Normal]
//
// Precondition: 
// - Detailed description can be found from Quality Center's Project: CoreSW_CASW/Module Tests/SIM ATK TSY/SimAtkTSY_testtool
//
// Script description:
// - N/A


[Test]
title MOD_0018.001_SIM_ATK_TSY_[TIMER MANAGEMENT - Normal]

create SimAtk simatk

// connecting to ETel server
simatk Connect RTelServer
// Load TSY module
simatk Load PhoneTsy.tsy
// open phone module
simatk Open DefaultPhone
// Open SAT API
simatk Open SAT

// Open ISC Test control
simatk Open IscControl
// Load ISC XML -file
simatk LoadIscTests SimAtk_TimerManagement.xml

// Seq 1.1
print "Seq 1.1: Waiting for 60 seconds before issuing timer query pcmd"
simatk RunIscTestCase 18 101
simatk WaitForRequest

// Seq 1.2
print "Seq 1.2 Waiting for 60 seconds before issuing timer query pcmd"
simatk RunIscTestCase 18 102
simatk WaitForRequest

// Seq 1.3
print "Seq 1.3 Waiting for 60 seconds before issuing timer query pcmd"
simatk RunIscTestCase 18 103
simatk WaitForRequest

// Seq 1.4
simatk RunIscTestCase 18 104
simatk WaitForRequest

// Seq 1.5
simatk RunIscTestCase 18 105
simatk WaitForRequest

// Seq 1.6
simatk RunIscTestCase 18 106
simatk WaitForRequest

// close all
simatk Close IscControl
simatk Close SAT
simatk Unload PhoneTsy.tsy
simatk Close RTelServer
delete simatk
[Endtest]