mds_plat/harvester_framework_api/tsrc/MonitorPluginTest/conf/MonitorPluginTest.cfg
changeset 60 79f826a55db2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mds_plat/harvester_framework_api/tsrc/MonitorPluginTest/conf/MonitorPluginTest.cfg	Wed Oct 06 15:08:08 2010 +0300
@@ -0,0 +1,83 @@
+#
+# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of the License "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:  Monitor Plugin API tests
+#
+
+// ---------------------------------------------------------------------------
+// Monitor Plugin API test cases
+// ---------------------------------------------------------------------------
+
+// These should be run in sequential mode if several cases are run at the same
+// time! 
+
+[StifSettings]
+TestThreadStackSize= 32768
+TestThreadMinHeap= 4096
+TestThreadMaxHeap= 16777216
+[EndStifSettings]
+
+[Test]
+title Monitor Plugin Startup Shutdown
+timeout 60000
+create MonitorPluginTest test
+request Session
+test BeginMonitorSession
+wait Session
+test LoadPlugins
+test StartMonitoring
+test ActiveWait
+test StopMonitoring
+test EndMonitorSession
+delete test
+[Endtest]
+
+[Test]
+title Monitor Plugin Events
+timeout 60000
+create MonitorPluginTest test
+request Session
+test BeginMonitorSession
+wait Session
+test LoadPlugins
+test StartMonitoring
+request Monitor
+test CreateEvents
+wait Monitor
+request Monitor
+test CreateEventsDelete
+wait Monitor
+test StopMonitoring
+test EndMonitorSession
+delete test
+[Endtest]
+
+[Test]
+title Monitor Events Pause Resume
+timeout 60000
+create MonitorPluginTest test
+request Session
+test BeginMonitorSession
+wait Session
+test LoadPlugins
+test StartMonitoring
+test CreateEvents
+test PauseMonitoring
+test ActiveWait
+test ResumeMonitoring
+test ActiveWait
+test ActiveWait
+test StopMonitoring
+test EndMonitorSession
+delete test
+[Endtest]