os/graphics/graphicsapitest/screendriverhaitest/testsuites/graphics/screendriverhai.driver
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
     3 	<task name="screendriverhai" timeout="0">
     4 		<transferToSymbian>
     5 		</transferToSymbian>
     6 		<task name="screendriver">
     7 			<executeOnPC>
     8 				<build testBuild="true" URI="${sourceroot}\group\">
     9 					<componentName>t_screendriver</componentName>
    10 				</build>
    11 			</executeOnPC>
    12 			<transferToSymbian>
    13 				<transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\graphics-screendriver-cfbsdrawdevice-automated.ini" SymbianPath="$:\graphics\graphics-screendriver-cfbsdrawdevice-automated.ini"/>
    14 				<transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\t_screendriver.ini" SymbianPath="$:\graphics\t_screendriver.ini"/>
    15 				<transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\t_screendriver_environment.ini" SymbianPath="$:\graphics\t_screendriver_environment.ini"/>
    16 			</transferToSymbian>
    17 			<task name="validation">
    18 				<task name="manual">
    19 				</task>
    20 				<task name="automated">
    21 					<task name="graphics-screendriver-cfbsdrawdevice-automated" timeout="1000">
    22 						<executeOnSymbian>
    23 							<testExecuteScript PCPath="${epocroot}\epoc32\data\z\graphics\graphics-screendriver-cfbsdrawdevice-automated.script" SymbianPath="$:\graphics\graphics-screendriver-cfbsdrawdevice-automated.script">
    24 								<testCasesList operator="exclude">
    25 									<testCase target="${epocroot}\epoc32\data\z\graphics\t_screendriver.tcs"/>
    26 								</testCasesList>
    27 							</testExecuteScript>
    28 						</executeOnSymbian>
    29 					</task>
    30 				</task>
    31 			</task>
    32 			<task name="performance">
    33 				<task name="manual">
    34 				</task>
    35 				<task name="automated">
    36 				</task>
    37 			</task>
    38 			<task name="conformance" timeout="0">
    39 				<task name="manual">
    40 				</task>
    41 				<task name="automated">
    42 				</task>
    43 			</task>
    44 			<task name="stress">
    45 				<task name="manual">
    46 				</task>
    47 				<task name="automated">
    48 				</task>
    49 			</task>
    50 		</task>
    51 	</task>
    52 </driver:driver>