networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest1_03_wlan.script
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
child 59 e36178c55292
child 63 425d8f4f7fa5
--- a/networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest1_03_wlan.script	Tue Aug 31 16:45:15 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,78 +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.03 - CSD outgoing with ipv4 and ipv6 
-
-// setup
-LOAD_SUITE TE_Esock
-LOAD_SUITE te_esockutil
-
-
-
-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 socket server 
-RUN_TEST_STEP 100 TE_Esock OpenServer   
-
-
-START_TESTCASE			NET-Integration-Csd-0301
-//! @SYMTestCaseID		NET-Integration-Csd-0301
-
-// open Ipv4 socket
-RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
-
-// send some data
-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
-
-// open Ipv6 socket
-RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini
-
-// send some data
-RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\ipv6.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
-TEST_COMPLETE CSD_test1_3
-END_TESTCASE			NET-Integration-Csd-0301
-
-
-// close socket server 
-RUN_TEST_STEP 100 TE_Esock CloseServer   
-
-// log result
-PRINT Result for Integration test 1.03 - CSD outgoing with ipv4 and ipv6
-
-
-