networksecurity/ipsec/te_ipsec/scripts/ns-ipsec-ikev2-10.script
changeset 0 af10295192d8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networksecurity/ipsec/te_ipsec/scripts/ns-ipsec-ikev2-10.script	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,81 @@
+//
+// 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
+//! @SYMScriptAuthor        divakare
+//! @SYMTestSuiteName       ns-ipsec-ikev2
+//! @SYMScriptCreationDate  Fri Nov 14 16:07:30 IST 2008
+/////////////////////////////////////////////////////////////////
+
+PRINT Run test case(s) for suite ns-ipsec-ikev2
+
+// ToDo: Remember to load the relevant suite before starting any test case(s)
+LOAD_SUITE	t_ipsec  -SharedData
+RUN_UTILS CopyFile z:\testdata\configs\ethernetced1853.xml c:\ethernetced1853.xml
+RUN_UTILS MakeReadWrite c:\ethernetced1853.xml
+RUN_PROGRAM -1 ced c:\ethernetced1853.xml
+
+//Create private folder
+RUN_UTILS MkDir c:\private\101f7993\
+
+//copy linux_tunnel.pin file from data folder to private folder - one time job
+RUN_UTILS CopyFile z:\testdata\configs\linux_tunnel.pin c:\private\101f7993\linux_tunnel.pin
+RUN_UTILS MakeReadWrite c:\private\101f7993\linux_tunnel.pin
+
+//copy epoc2linux.xml file from data folder to c: drive - one time job
+RUN_UTILS CopyFile z:\testdata\configs\epoc2linux.xml c:\epoc2linux.xml
+RUN_UTILS MakeReadWrite c:\epoc2linux.xml
+
+START_TESTCASE NET-IPSec-NewAlg_IKEV2_IPsec_SA-010
+//! @SYMTestCaseID          NET-IPSec-NewAlg_IKEV2_IPsec_SA-010
+//! @SYMCreationDate        19-09-2008
+//! @SYMAuthor              divyadsouza
+//! @SYMTestCaseDesc        IPSec ESP profiles/IKEv2 to support new crypto algorithms. TS 33.234
+//!                         
+//!                         DUT should act as the Initiator for Phase 1.
+//!                         
+//!                         Phase 1
+//!                         Mode - Main
+//!                         Encryption Algorithm - AES with 128-bit keys in CBC mode
+//!                         Pseudo Random Function - AES-XCBC-PRF-128
+//!                         Hash Algorithm - AES-XCBC-MAC-96
+//!                         Authentication Method - RSA Encryption
+//!                         DH Group - 2
+//!                         
+//!                         Phase 2
+//!                         Security Protocol - ESP
+//!                         Encapsulation Mode - Tunnel
+//!                         Encryption Algorithm - AES with 128-bit keys in CBC mode
+//!                         Authentication Algorithm - AES-XCBC-MAC-96
+//! @SYMREQ                 REQ10662
+	//copy linux_tunnel.pol file from data folder to private folder
+	RUN_UTILS DeleteFile c:\private\101f7993\linux_tunnel.pol
+	RUN_UTILS CopyFile z:\TestData\configs\linux_tunnel10.pol c:\private\101f7993\linux_tunnel.pol
+	RUN_UTILS MakeReadWrite c:\private\101f7993\linux_tunnel.pol
+	
+	//run batch file to ping the linux machine. Pol file is change, so need ceding again.
+	RUN_PROGRAM -1 ced c:\epoc2linux.xml
+	
+	START_TEST_BLOCK    100     t_ipsec     z:\testdata\scripts\ns-ipsec-ikev2test-ops.ini
+	        CREATE_OBJECT   IPSecIKEv2TestWrapper    IKEv2TestWrapperSection
+	        COMMAND     IKEv2TestWrapperSection  New
+	        COMMAND  !Error=-5197   IKEv2TestWrapperSection  NegativeTestIKEv2 Value1ParamSection
+	END_TEST_BLOCK
+END_TESTCASE NET-IPSec-NewAlg_IKEV2_IPsec_SA-010
+
+
+RUN_UTILS DeleteFile c:\epoc2linux.xml
+RUN_UTILS DeleteFile c:\ethernetced1853.xml