diff -r 1972d8c2e329 -r 510c70acdbf6 adaptationlayer/tsy/simatktsy_dll/internal/test/simatktsy_testtool/simatk/testfiles/simatk_tlvcheck_custom.cfg --- a/adaptationlayer/tsy/simatktsy_dll/internal/test/simatktsy_testtool/simatk/testfiles/simatk_tlvcheck_custom.cfg Mon Nov 09 10:31:01 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,138 +0,0 @@ -//* 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_1013.001_SIM_ATK_TSY_[TLV validation - invalid simple tlv len] - -// -// Precondition: -// - Detailed description can be found from Quality Center's Project: CoreSW_CASW/Module Tests/SIM ATK TSY/SimAtkTSY_testtool -// -// Script description: -// - -// Proactive command // -/////////////////////// - -// Priority (Default 1, Normal) -// 0 NotSet -// 1 Normal -// 2 High - -// ClearScreenTrigger (Default 2, UserClear) -// 0 NotSet -// 1 AfterDelay -// 2 UserClear - -// Text -// Enter the text inside the quotes or as unicode hex digits. Example: Text "abc" or Text 61 62 63 - -// Duration -// TimeUnit, unit used to encode the duration -// 0 TimeUnitNotSet. Initialization value used within constructor(s). -// 1 No duration has been provided. The ME should default to general beep. -// 2 The duration is expressed in minutes. -// 3 The duration is expressed in seconds. -// 4 The duration is expressed in tenths of seconds. -// NumOfUnits -// Valid range is 1 to 255 -// Example 10 minutes: Duration 2 10 - -// IconId -// IconQualifier -// 0 NotSet -// 1 NoIconId -// 2 SelfExplanatory -// 3 NotSelfExplanatory -// IconIdentifier -// Id number -// Example SelfExplanatory ID 5: IconId 2 5 - -// ImmediateRsp (Default 2, NoImmediateRsp) -// 0 NotSet -// 1 ImmediateRsp -// 2 NoImmediateRsp - - -// Terminal Response // -/////////////////////// - -// GeneralResult -// General result of the proactive command. Default command performed successfully. - -// AdditionalInfo -// Enter the text inside the quotes or as unicode hex digits - -// InfoType -// If the value of iGeneralResult requires additional information, -// set this to MeProblem (2). Otherwise set to -// NoAdditionalInfo (1). Default no additional info. - -[Test] -title MOD_1013.001_SIM_ATK_TSY_[TLV validation - invalid simple tlv len] - -create SimAtk simatk - -// open all -simatk Connect RTelServer -simatk Load PhoneTsy.tsy -simatk Open DefaultPhone -simatk Open SAT -simatk Open IscControl - -// Load ISC XML -file -simatk LoadIscTests simatk_tlvcheck_custom.xml - -// SEQ 1.1 -simatk RunIscTestCase 1013 101 -simatk WaitForRequest - -// SEQ 1.2 -simatk RunIscTestCase 1013 102 -simatk WaitForRequest - -// SEQ 1.3 -simatk RunIscTestCase 1013 103 -simatk WaitForRequest - -// SEQ 1.4 -simatk RunIscTestCase 1013 104 -simatk WaitForRequest - -// SEQ 1.5 -simatk RunIscTestCase 1013 105 -simatk WaitForRequest - -// SEQ 1.6 -simatk RunIscTestCase 1013 106 -simatk WaitForRequest - -// SEQ 1.7 -simatk RunIscTestCase 1013 107 -simatk WaitForRequest - -// SEQ 1.8 -simatk RunIscTestCase 1013 108 -simatk WaitForRequest - -// SEQ 1.9 -simatk RunIscTestCase 1013 109 -simatk WaitForRequest - -// close all -simatk Close IscControl -simatk Close SAT -simatk Unload PhoneTsy.tsy -simatk Close RTelServer -delete simatk -[Endtest] \ No newline at end of file