mds_plat/harvester_framework_api/tsrc/MonitorPluginTest/conf/MonitorPluginTest.cfg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 13:10:05 +0300
branchRCL_3
changeset 27 4a4892eec172
parent 0 c53acadfccc6
child 36 aa5a574040a4
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

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