mds_plat/harvester_framework_api/tsrc/MonitorPluginTest/conf/MonitorPluginTest.cfg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 15 Jul 2010 19:07:24 +0300
branchRCL_3
changeset 18 63c982fb92f2
parent 13 4a4892eec172
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

#
# 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
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]