diff -r 000000000000 -r af10295192d8 networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest1_13.script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/networkingtestandutils/networkingintegrationtest/it_script_files/itest_s1/itest1_13.script Tue Jan 26 15:23:49 2010 +0200 @@ -0,0 +1,60 @@ +// +// 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 "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.13 - CSD Outgoing terminated By Link failure with Ipv4 + +// 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 + + +// open socket server +RUN_TEST_STEP 100 TE_Esock OpenServer + + +START_TESTCASE NET-Integration-Csd-0901 +//! @SYMTestCaseID NET-Integration-Csd-0901 + +// open Ipv4 socket +RUN_TEST_STEP 100 TE_Esock Test1.2 z:\testdata\configs\integration\itest_s1\itest.ini + +// do something +RUN_TEST_STEP 1000 TE_Esock SendData z:\testdata\configs\integration\itest_s1\ipv4.ini + +// simulate link failure - get the user to do this +print User action required to break link +print Press a key to continue when this has been done +pause + +// check the link is closed +RUN_TEST_STEP 100 te_esockutil TE_ESockUtilIsNetworkNotActive + +RUN_TEST_STEP 100 TE_Esock Test1.15 z:\testdata\configs\integration\itest_s1\itest.ini +TEST_COMPLETE CSD_test1_13 +END_TESTCASE NET-Integration-Csd-0901 + + +// close socket server +RUN_TEST_STEP 100 TE_Esock CloseServer + +// log result +PRINT Result for Integration test 1.13 - CSD Outgoing terminated By Link failure with Ipv4 + +