traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/testdata/scripts/te_integ_tracecollectorclient.script
changeset 0 08ec8eefde2f
child 6 5ffdb8f2067f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/testdata/scripts/te_integ_tracecollectorclient.script	Fri Jan 22 11:06:30 2010 +0200
@@ -0,0 +1,44 @@
+// Copyright (c) 2007-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           te-integ-tracecollectorclient.script
+//! @SYMScriptTestEnvironment   TEF
+
+
+RUN_SCRIPT z:\testdata\scripts\te_integ_tracecollectorclient_enabled.script
+RUN_SCRIPT z:\testdata\scripts\te_integ_tracecollectorclient_disabled.script
+
+
+LOAD_SUITE te_ostv2integsuite_enabled
+
+PRINT Reset TraceControl config file
+
+START_TEST_BLOCK    20000       te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorconfigfile.ini
+    CREATE_OBJECT               DefaultTraceControlConfig               DefaultTraceControlConfig
+    COMMAND                     DefaultTraceControlConfig               doTest
+END_TEST_BLOCK
+
+
+PRINT Run OstTrace dupliate group id tests
+
+START_TEST_BLOCK    20000       te_ostv2integsuite_enabled              \testdata\configs\te_integ_tracecollectorclient.ini
+	CREATE_OBJECT               OstTraceTestWrapper               		OstTraceTestWrapper
+	COMMAND                     OstTraceTestWrapper               		TestDuplicates
+END_TEST_BLOCK
+
+
+
+