adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/sim/group/sim_on_simulate.cfg
changeset 0 63b37f68c1ce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/sim/group/sim_on_simulate.cfg	Fri Nov 06 17:28:23 2009 +0000
@@ -0,0 +1,258 @@
+//* 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_0005_201_2_NokiaTSY_[XML Read ON Store]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Parameters:
+// - 1. index
+// - 2. name (for validity checking)
+// - 3. number (for validity checking)
+//
+[Test]
+title MOD_0005_201_2_NokiaTSY_[XML Read ON Store]
+create NTT_SIM test
+test HandleSpecifiedRequests YES
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreReadIPC
+test RunIscTestCase 9201
+test SyncIscTestCase
+test ReadONStore 1 TestIndx1 11223311
+allownextresult 0
+waittestclass test
+test HandleSpecifiedRequests NO
+delete test
+[Endtest]
+
+
+// MOD_0005_202_2_NokiaTSY_[XML Read ON Store Entry]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Parameters:
+// - 1. index
+// - 2. name (for validity checking)
+// - 3. number (for validity checking)
+//
+[Test]
+title MOD_0005_202_2_NokiaTSY_[XML Read ON Store Entry]
+create NTT_SIM test
+test HandleSpecifiedRequests YES
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreReadEntryIPC
+test RunIscTestCase 9202
+test SyncIscTestCase
+test ReadONStoreEntry 1 TestIndx1 11223311
+allownextresult 0
+waittestclass test
+test HandleSpecifiedRequests NO
+delete test
+[Endtest]
+
+
+// MOD_0005_203_2_NokiaTSY_[XML Get ON Store Info]
+//
+// Precondition:
+// -N/A
+//
+// Script description:
+// - Parameters:
+// - 1. index
+// - 2. num of entries (for validity checking)
+// - 3. used entries (for validity checking)
+// - 4. name length (for validity checking)
+// - 5. number length (for validity checking)
+//
+[Test]
+title MOD_0005_203_2_NokiaTSY_[XML Get ON Store Info]
+create NTT_SIM test
+test HandleSpecifiedRequests YES
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreGetInfoIPC
+test RunIscTestCase 9203
+test SyncIscTestCase
+test GetONStoreInfo 1 3 0 24 49
+allownextresult 0
+waittestclass test
+test HandleSpecifiedRequests NO
+delete test
+[Endtest]
+
+
+// MOD_0005_204_2_NokiaTSY_[XML Delete ON Store Entry]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Parameter: index
+//
+[Test]
+title MOD_0005_204_2_NokiaTSY_[XML Delete ON Store Entry]
+create NTT_SIM test
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreDeleteIPC
+test RunIscTestCase 9204
+test SyncIscTestCase
+test DeleteONStoreEntry 1
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+
+// MOD_0005_205_2_NokiaTSY_[XML Delete all ON Store Entries]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Test case will delete all own number store entries
+//
+[Test]
+title MOD_0005_205_2_NokiaTSY_[XML Delete all ON Store Entries]
+create NTT_SIM test
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreDeleteAllIPC
+test RunIscTestCase 9205
+test SyncIscTestCase
+test DeleteAllONStoreEntries
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]
+
+
+// MOD_0005_206_2_NokiaTSY_[XML Read ON Store Size]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Test case reads own number store size
+// Parameter:
+// - ON store size (for validity checking)
+//
+[Test]
+title MOD_0005_206_2_NokiaTSY_[XML Read ON Store Size]
+create NTT_SIM test
+test HandleSpecifiedRequests YES
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreReadSizeIPC
+test RunIscTestCase 9206
+test SyncIscTestCase
+test ReadONStoreSize 3
+allownextresult 0
+waittestclass test
+test HandleSpecifiedRequests NO
+delete test
+[Endtest]
+
+
+// MOD_0005_207_2_NokiaTSY_[XML ON Store write Size]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Test case reads own number store write size
+// Parameter:
+// - ON store size (for validity checking)
+//
+[Test]
+title MOD_0005_207_2_NokiaTSY_[XML ON Store write Size]
+create NTT_SIM test
+test HandleSpecifiedRequests YES
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreWriteSizeIPC
+test RunIscTestCase 9207
+test SyncIscTestCase
+test OnStoreWriteSize 3
+allownextresult 0
+waittestclass test
+test HandleSpecifiedRequests NO
+delete test
+[Endtest]
+
+
+// MOD_0005_208_2_NokiaTSY_[XML Write ON Store]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Parameters:
+//  index
+//  network mode
+//  mobile service
+//  number type
+//  number plan
+//  phone number
+//  name
+//
+[Test]
+title MOD_0005_208_2_NokiaTSY_[XML Write ON Store]
+create NTT_SIM test
+test HandleSpecifiedRequests YES
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreWriteIPC
+test RunIscTestCase 9208
+test SyncIscTestCase
+// 1 = index, 2 = ENetworkModeGsm, 8 = EAllTele
+// 2 = ENationalNumber, 8 =  ENationalNumberPlan
+test WriteONStore 1 2 8 2 8 11223311 TestIndx1
+allownextresult 0
+waittestclass test
+test HandleSpecifiedRequests NO
+delete test
+[Endtest]
+
+
+// MOD_0005_209_2_NokiaTSY_[XML Write ON Store All]
+//
+// Precondition:
+// - N/A
+//
+// Script description:
+// - Parameters:
+//  index
+//  network mode
+//  mobile service
+//  number type
+//  number plan
+//  phone number
+//  name
+//
+[Test]
+title MOD_0005_209_2_NokiaTSY_[XML Write ON Store All]
+create NTT_SIM test
+test InitializeIPCRequestTable
+test SetExpectedCompleteIPC EMmTsyONStoreWriteEntryIPC
+test RunIscTestCase 9209
+test SyncIscTestCase
+// 2 = index, 2 = ENetworkModeGsm, 8 = EAllTele
+// 2 = ENationalNumber, 8 =  ENationalNumberPlan
+test WriteONStoreAll 2 2 8 2 8 11223322 TestAllIndx2
+allownextresult 0
+waittestclass test
+delete test
+[Endtest]