common/tools/ats/bctest/appsupport/profilesengine/profilesengine.xml
author Maciej Seroka <maciejs@symbian.org>
Fri, 11 Dec 2009 11:20:31 +0000
changeset 822 1a356be50bf9
parent 552 8018a074606b
permissions -rw-r--r--
Implemented FileStoreAction for BC tests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
428
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     1
<?xml version="1.0"?>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     2
<test>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     3
	<id>1</id>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     4
	<owner>admin</owner>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     5
	<priority>10</priority>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     6
	<buildid></buildid>
822
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 552
diff changeset
     7
	<postAction>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 552
diff changeset
     8
		<type>FileStoreAction</type>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 552
diff changeset
     9
		<params>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 552
diff changeset
    10
			<param name="report-type" value="ATS3_REPORT"/>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 552
diff changeset
    11
		</params>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 552
diff changeset
    12
    </postAction>
428
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    13
	<name>Profiles Engine BC Tests</name>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    14
	<target>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    15
        <device rank="master" alias="emulator_udeb">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    16
            <property name="HARNESS" value="ATSINTERFACE" />
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    17
        </device>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    18
	</target>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    19
	<plan id="" name="Profiles Engine BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    20
		<target>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    21
			<device rank="master" alias="emulator_udeb"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    22
		</target>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    23
		<session id="" name="Profiles Engine Binary Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    24
			<set id="" name="Profiles Engine" harness="ATSINTERFACE" enabled="true" passrate="100">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    25
                <case id="" name="Profiles Engine Wrapper API" harness="ATSINTERFACE" enabled="true" passrate="100">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    26
                    <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    27
                        <command>makedir</command>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    28
                        <params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    29
                            <param dir="c:\spd_logs\xml" /> 
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    30
                        </params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    31
                    </step>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    32
                    <step id="" name="proengwrapapi.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    33
						<command>install</command>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    34
						<params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    35
							<param type="binary"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    36
							<param src="proengwrapapi.dll"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    37
							<param dst="c:\sys\bin\proengwrapapi.dll"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    38
							<param component-path="bcprofilesengine" />
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    39
						</params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    40
					</step>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    41
					<step id="" name="testframework_proengwrapapi.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    42
						<command>install</command>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    43
						<params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    44
							<param type="data"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    45
							<param src="testframework\testframework_proengwrapapi.ini"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    46
							<param dst="c:\testframework\testframework_proengwrapapi.ini"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    47
							<param component-path="bcprofilesengine" />
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    48
						</params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    49
					</step>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    50
					<step id="" name="proengwrapapi.cfg (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    51
						<command>install</command>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    52
						<params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    53
							<param type="data"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    54
							<param src="testframework\proengwrapapi.cfg"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    55
							<param dst="c:\testframework\proengwrapapi.cfg"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    56
							<param component-path="bcprofilesengine" />
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    57
						</params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    58
					</step>  
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    59
					<step id="" name="proengwrapapi (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    60
						<command>execute</command>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    61
						<params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    62
							<param file="atsinterface.exe"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    63
							<param parameters="-testmodule testscripter -config C:\TestFramework\ProEngWrapAPI.cfg"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    64
                            <param result-file="c:\spd_logs\xml\testscripter.xml"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    65
                            <param timeout="3600"/>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    66
						</params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    67
					</step>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    68
					<step id="" name="proengwrapapi (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    69
						<command>fetch-log</command>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    70
						<params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    71
							<param path="c:\logs\testframework\TestReport.txt" /> 
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    72
						</params>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    73
					</step>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    74
                </case>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    75
            </set>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    76
		</session>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    77
	</plan>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    78
	<files>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    79
		<file>bcprofilesengine/winscw_udeb/proengwrapapi.dll</file>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    80
        <file>bcprofilesengine/general/testframework/testframework_proengwrapapi.ini</file>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    81
        <file>bcprofilesengine/general/testframework/proengwrapapi.cfg</file>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    82
	</files>
9b0221f74cf8 added bc tests for profiles engine
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    83
</test>