networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest1_17_wlan.script
changeset 71 a800ea6cb454
parent 68 1697cc2ba93d
child 72 ae8f9a1f3ca6
--- a/networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest1_17_wlan.script	Thu Sep 23 17:23:35 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-//
-// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of "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:
-//
-
-PRINT Integration test 1.17 - CSD outgoing with Ipv4 and Client timeout
-
-// setup
-LOAD_SUITE TE_Esock
-LOAD_SUITE te_esockutil
-LOAD_SUITE te_esockteststepsSuite -SharedData
-
-
-
-
-RUN_SCRIPT z:\TestData\scripts\te_esock_test_loadesock.script
-//CED z:\testdata\configs\integration\itest_s1\csd.xml
-RUN_UTILS  MkDir c:\private
-RUN_UTILS  MkDir c:\private\10202be9
-RUN_UTILS  MkDir c:\private\10202be9\persists
-RUN_UTILS  MakeReadWrite c:\private\10202be9\persists\cccccc00.cre
-RUN_UTILS CopyFile z:\testdata\configs\cccccc00_itest1.cre c:\private\10202be9\persists\cccccc00.cre
-
-
-
-// open connection using gencon
-//run_test_step 3000 ts_genconn test1_1 z:\testdata\configs\integration\itest_s1\genconn.ini
-//original genconn.ini says to leave connected after opening.
-//the above call results in OpenSocketServ, OpenConnection, StartConnection which are now all provided by
-//TE_EsockTestSteps
-RUN_TEST_STEP 3000 te_esockteststepsSuite creatersocketservStep z:\testdata\configs\integration\itest_s3\te_teststeps.ini CreateSockSvr1
-RUN_TEST_STEP 3000 te_esockteststepsSuite connectrsocketservStep z:\testdata\configs\integration\itest_s3\te_teststeps.ini ConnectSockSvr1
-RUN_TEST_STEP 3000 te_esockteststepsSuite createrconnectionStep z:\testdata\configs\integration\itest_s3\te_teststeps.ini CreateConn1
-RUN_TEST_STEP 3000 te_esockteststepsSuite openrconnectionStep 	z:\testdata\configs\integration\itest_s3\te_teststeps.ini OpenConn1
-RUN_TEST_STEP 3000 te_esockteststepsSuite startrconnectionStep 	z:\testdata\configs\integration\itest_s3\te_teststeps.ini StartConn1
-
-
-// open socket server
-RUN_TEST_STEP 100 TE_Esock OpenServer
-
-
-START_TESTCASE			NET-Integration-Csd-1301
-//! @SYMTestCaseID		NET-Integration-Csd-1301
-
-// open socket
-RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
-
-// use socket
-RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\ipv4.ini
-
-// close socket
-RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini
-
-// wait for more than Commdb AgentClientTimeout
-print wait for more than Commdb AgentClientTimeout
-run_test_step -1 te_esockutil TE_ESockUtilDelay z:\testdata\configs\integration\itest_s1\client_timeout.ini
-
-// check the network is NOT active
-RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive
-
-// log result
-PRINT Result for Integration test 1.17 - CSD outgoing (gencon) with Ipv4 and Client timeout
-TEST_COMPLETE test1_17
-
-END_TESTCASE			NET-Integration-Csd-1301
-
-
-RUN_TEST_STEP 100 TE_Esock CloseServer
-run_script z:\TestData\scripts\te_esock_test_stopallinterfaces.script
-