common/tools/ats/bctest/shortlinksrv/shortlinksrv.xml
changeset 1219 c0b9bf290520
equal deleted inserted replaced
1218:b9a2adc3ea65 1219:c0b9bf290520
       
     1 <?xml version="1.0"?>
       
     2 <test>
       
     3 	<id>1</id>
       
     4 	<owner>admin</owner>
       
     5 	<priority>10</priority>
       
     6 	<buildid></buildid>
       
     7 	<postAction>
       
     8 		<type>FileStoreAction</type>
       
     9 		<params>
       
    10 			<param name="report-type" value="ATS3_REPORT"/>
       
    11 		</params>
       
    12     </postAction>
       
    13 	<name>Shortlink Services BC Tests</name>
       
    14 	<target>
       
    15         <device rank="master" alias="emulator_udeb">
       
    16             <property name="HARNESS" value="GENERIC" />
       
    17             <property name="TYPE" value="WINSCW" />
       
    18         </device>
       
    19 	</target>
       
    20 	<plan id="" name="Shortlink Services BC WINSCW UDEB" harness="GENERIC" enabled="true" passrate="100">
       
    21 		<target>
       
    22 			<device rank="master" alias="emulator_udeb"/>
       
    23 		</target>
       
    24 		<session id="" name="Shortlink Services Binary Compatibility Tests" harness="GENERIC" enabled="true" passrate="100">
       
    25             <set id="" name="Bluetooth Tests" harness="GENERIC" enabled="true" passrate="100">
       
    26                 <case id="" name="T_BTSockAddrAPI" harness="GENERIC" enabled="true" passrate="100">
       
    27                     <step id="" name="T_BTSockAddrAPI.exe (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
       
    28 						<command>install</command>
       
    29 						<params>
       
    30 							<param type="binary"/>
       
    31 							<param src="T_BTSockAddrAPI.exe"/>
       
    32 							<param dst="c:\sys\bin\T_BTSockAddrAPI.exe"/>
       
    33 							<param component-path="shortlinksrvtest" />
       
    34 						</params>
       
    35 					</step>
       
    36 					<step id="" name="BT-SOCK-ADDR-PublicApi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
       
    37 						<command>install</command>
       
    38 						<params>
       
    39 							<param type="data"/>
       
    40 							<param src="BT-SOCK-ADDR-PublicApi.script"/>
       
    41 							<param dst="c:/bluetooth/BT-SOCK-ADDR-PublicApi.script"/>
       
    42 							<param component-path="shortlinksrvtest/bluetooth" />
       
    43 						</params>
       
    44 					</step>
       
    45 					<step id="" name="BT-SOCK-ADDR-PublicApi.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
       
    46 						<command>install</command>
       
    47 						<params>
       
    48 							<param type="data"/>
       
    49 							<param src="BT-SOCK-ADDR-PublicApi.ini"/>
       
    50 							<param dst="c:/bluetooth/BT-SOCK-ADDR-PublicApi.ini"/>
       
    51 							<param component-path="shortlinksrvtest/bluetooth" />
       
    52 						</params>
       
    53 					</step>
       
    54 					<step id="" name="BT-SOCK-ADDR-PublicApi (execute)" harness="GENERIC" enabled="true" passrate="100">
       
    55 						<command>execute</command>
       
    56 						<params>
       
    57 							<param file="testexecute.exe"/>
       
    58 							<param parameters="c:\bluetooth\BT-SOCK-ADDR-PublicApi.script"/>
       
    59                             <param result-file="c:\logs\testexecute\BT-SOCK-ADDR-PublicApi.htm"/>
       
    60                             <param timeout="3600"/>
       
    61 							<param parser="TEFTestResultParser"/>
       
    62 							<param leave-old-result="true"/>
       
    63 						</params>
       
    64 					</step>
       
    65                 </case>
       
    66 			</set>			
       
    67 		</session>
       
    68 	</plan>
       
    69 	<files>
       
    70 		<file>shortlinksrvtest/winscw_udeb/T_BTSockAddrAPI.exe</file>
       
    71 		<file>shortlinksrvtest/bluetooth/general/BT-SOCK-ADDR-PublicApi.script</file>
       
    72 		<file>shortlinksrvtest/bluetooth/general/BT-SOCK-ADDR-PublicApi.ini</file>
       
    73 	</files>
       
    74 </test>