diff -r 1972d8c2e329 -r 510c70acdbf6 adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/misc/group/misc.cfg --- a/adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/misc/group/misc.cfg Mon Nov 09 10:31:01 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,277 +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_0004.101_1_NokiaTSY_[HW Set ACL status ON] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -PIN2 code must be verified before running this case -// (e.g. FastTrace -> send PMD message -> SEC_CODE_VERIFY_REQ -> SEC_CODE_PIN2) -// -// Script description: -// EAclStatusEnabled = ACL status -// -[Test] -title MOD_0004.101_1_NokiaTSY_[HW Set ACL status ON] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneSetAPNControlListServiceStatus - -test RunIscTestCase 1104 -test SyncIscTestCase - -test SetACLStatus EAclStatusEnabled - -// EMobilePhoneSetAPNControlListServiceStatus -allownextresult 0 -waittestclass test -delete test -[Endtest] - -// MOD_0004.102_1_NokiaTSY_[HW Set ACL status OFF] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -PIN2 code must be verified before running this case -// (e.g. FastTrace -> send PMD message -> SEC_CODE_VERIFY_REQ -> SEC_CODE_PIN2) -// -// Script description: -// EAclStatusDisabled = ACL status -// -[Test] -title MOD_0004.102_1_NokiaTSY_[HW Set ACL status OFF] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneSetAPNControlListServiceStatus - -test RunIscTestCase 1105 -test SyncIscTestCase - -test SetACLStatus EAclStatusDisabled - -// EMobilePhoneSetAPNControlListServiceStatus -allownextresult 0 -waittestclass test - -delete test -[Endtest] - -// MOD_0004.103_1_NokiaTSY_[HW Get ACL status] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -// Script description: -// -N/A -// -[Test] -title MOD_0004.103_1_NokiaTSY_[HW Get ACL status] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneGetAPNControlListServiceStatus - -test RunIscTestCase 1106 -test SyncIscTestCase - -test GetACLStatus EAPNControlListServiceDisabled - -allownextresult 0 -waittestclass test -delete test -[Endtest] - -// MOD_0004.104_1_NokiaTSY_[HW Write ACL Entry] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -// Script description: -// WritedByTestTool = APN string -// -[Test] -title MOD_0004.104_1_NokiaTSY_[HW Write ACL Entry] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneAppendAPNName - -// Waiting for solution for action MS07070540303 Problem when same message id having same tr id -//test RunIscTestCase 1107 -//test SyncIscTestCase - -test WriteACLEntry WritedByTestTool -allownextresult 0 -waittestclass test -delete test -[Endtest] - -// MOD_0004.105_1_NokiaTSY_[HW Write ACL Entry with empty name] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -// Script description: -// -N/A -// -[Test] -title MOD_0004.105_1_NokiaTSY_[HW Write ACL Entry with empty name] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneAppendAPNName - -// Waiting for solution for action MS07070540303 Problem when same message id having same tr id -//test RunIscTestCase 1108 -//test SyncIscTestCase - -test WriteACLEntry -allownextresult 0 -waittestclass test -delete test -[Endtest] - -// MOD_0004.106_1_NokiaTSY_[HW Delete ACL Entry] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -// Script description: -// 0 = index -// -[Test] -title MOD_0004.106_1_NokiaTSY_[HW Delete ACL Entry] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneDeleteAPNName - -// Waiting for solution for action MS07070540303 Problem when same message id having same tr id -//test RunIscTestCase 1109 -//test SyncIscTestCase - -test DeleteACLEntry 0 - -allownextresult 0 -waittestclass test -delete test -[Endtest] - -// MOD_0004.107_1_NokiaTSY_[HW Enumerate APN Entries] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -// Script description: Gets number of APN -// -N/A -// -[Test] -title MOD_0004.107_1_NokiaTSY_[HW Enumerate APN Entries] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneEnumerateAPNEntries - -test RunIscTestCase 1110 -test SyncIscTestCase - -// Return value from Complete is NOT checked during HW testing -// See corresponding simulated test case. -test EnumerateAPNEntries 0 -allownextresult 0 -waittestclass test -delete test -[Endtest] - -// MOD_0004.108_1_NokiaTSY_[HW Get APN Name] -// -// Precondition: -// -HW requirements: TestPhone and SIM must support ACL (e.g. Aalto) -// -// Script description: -// 1 = index -// -[Test] -title MOD_0004.108_1_NokiaTSY_[HW Get APN Name] -create NTT_Misc test - -test InitializeIPCRequestTable -test SetExpectedCompleteIPC EMobilePhoneGetAPNname - -test RunIscTestCase 1111 -test SyncIscTestCase - -// No value for complete given (return value is NOT checked during -// HW testing. See corresponding simulated test case. -test GetAPNName 0 -allownextresult 0 -waittestclass test -delete test -[Endtest] - -// MOD_0004.114_1_NokiaTSY_[HW Set Always on Mode HPLMN,VPLMN,Active and NotActive] -// -// Precondition: -// - if tested in 05PR1 braches, enable CASW_ALWAYS_ON_PDP_CONTEXT -// flag -// -// Script description: -// - Modes HPLMN, VPLMN, Active and NotActive are tested. -// - -[Test] -title MOD_0004.114_1_NokiaTSY_[HW Set Always on Mode HPLMN,VPLMN,Active and NotActive] -create NTT_Misc test -test InitializeIPCRequestTable -test SetExpectedCompleteIPC ECustomSetAlwaysOnMode -test SetExpectedCompleteIPC ECustomSetAlwaysOnMode -test SetExpectedCompleteIPC ECustomSetAlwaysOnMode -test SetExpectedCompleteIPC ECustomSetAlwaysOnMode - -test RunIscTestCase 1112 -test SyncIscTestCase - -test SetAlwaysOnModeSelection HPLMN -allownextresult 0 -waittestclass test - -test RunIscTestCase 1113 -test SyncIscTestCase - -test SetAlwaysOnModeSelection VPLMN -allownextresult 0 -waittestclass test - -test RunIscTestCase 1114 -test SyncIscTestCase - -test SetAlwaysOnModeSelection Active -allownextresult 0 -waittestclass test - -test RunIscTestCase 1115 -test SyncIscTestCase - -test SetAlwaysOnModeSelection NotActive -allownextresult 0 -waittestclass test - -delete test -[Endtest] -