datacommsserver/esockserver/test/TE_RConnection/scripts/Mobility/Mobility_761404.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 13:09:14 +0200
changeset 4 928ed51ddc43
permissions -rw-r--r--
Revision: 201004 Kit: 201004

//
// 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:
//
//! @file
//! @SYMTestSuiteName NET-BEARERMOBILITY
//! @SYMScriptTestEnvironment Standard Symbian HRP or emulator environment

// Load the test suite
LOAD_SUITE te_BearerMobilityTestSuite

// Set up the comms database and start esock in preparation for the test
RUN_SCRIPT Z:\TestData\scripts\te_esock_test_unloadesockForced.script
CED -i z:\testdata\configs\BearerMobility\BearerMobility_001.ced.cfg c:\BearerMobility_001.ced.cfg.log
RUN_SCRIPT z:\TestData\scripts\te_esock_test_loadesock.script


START_TESTCASE			COMINF-ESOCK-RConnection-Mobility-3704
//! @SYMTestCaseID             COMINF-ESOCK-RConnection-Mobility-3704
//!@SYMTestCaseDesc            Test that rejecting a bearer doesn't hold it open
//!@SYMPREQ                    PREQ1060
//!@SYMAPI
//Mobility
//RCommsMobilityApiExt
//!@SYMTestPriority            Critical
//!@SYMTestActions
//	   Bring up a snap with two bearers, both on.
//         Kill the top priority.
//         Accept the migration.
//         Reject the new carrier.
//         Verify that the new carrier has gone away.
//         The new carrier should go away because of the short idle timer. The bearers in this test have only short idle timer to verify.
//
//!@SYMTestType                CIT
//!@SYMTestExpectedResults     All progresses are as expected

RUN_TEST_STEP 100 te_BearerMobilityTestSuite NET_BMOBILITY_761404 
END_TESTCASE			COMINF-ESOCK-RConnection-Mobility-3704

// Clean up
RUN_SCRIPT Z:\TestData\Scripts\te_esock_test_stopallinterfaces.script
RUN_SCRIPT Z:\TestData\scripts\te_esock_test_unloadesockForced.script

PRINT Completed NET_BMOBILITY_761404