common/tools/ats/bctest/ipconnmgmt/connset/cmmgrbc.xml
changeset 1209 26eb00e6cbb9
equal deleted inserted replaced
1208:926328fba84c 1209:26eb00e6cbb9
       
     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>Connection Settings BC Tests</name>
       
    14 	<target>
       
    15         <device rank="master" alias="emulator_udeb">
       
    16             <property name="HARNESS" value="ATSINTERFACE" />
       
    17             <property name="TYPE" value="WINSCW" />
       
    18         </device>
       
    19 	</target>
       
    20 	<plan id="" name="Connection Settings BC WINSCW UDEB" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    21 		<target>
       
    22 			<device rank="master" alias="emulator_udeb"/>
       
    23 		</target>
       
    24 		<session id="" name="Connection Settings Compatibility Tests" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    25 			<set id="" name="connection_settings_api" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    26 				<case id="" name="connection_settings_api" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    27                     <step id="" name="SPD_Logs XML (makedir)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
       
    28                         <command>makedir</command>
       
    29                         <params>
       
    30                             <param dir="c:\spd_logs\xml" /> 
       
    31                         </params>
       
    32                     </step>
       
    33                     <step id="" name="cmmgrbc.dll (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
       
    34 						<command>install</command>
       
    35 						<params>
       
    36 							<param type="binary"/>
       
    37 							<param src="cmmgrbc.dll"/>
       
    38 							<param dst="c:\sys\bin\cmmgrbc.dll"/>
       
    39 							<param component-path="cmmgrbctest" />
       
    40 						</params>
       
    41 					</step>
       
    42 					<step id="" name="testframework_cmmgrbc.ini (install)" harness="ATSINTERFACE" enabled="true" passrate="100" significant="false">
       
    43 						<command>install</command>
       
    44 						<params>
       
    45 							<param type="data"/>
       
    46 							<param src="testframework/testframework_cmmgrbc.ini"/>
       
    47 							<param dst="c:\testframework\testframework.ini"/>
       
    48 							<param component-path="cmmgrbctest" />
       
    49 						</params>
       
    50 					</step>
       
    51 					<step id="" name="cmmgrbc (execute)" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    52 						<command>execute</command>
       
    53 						<params>
       
    54 							<param file="atsinterface.exe"/>
       
    55 							<param parameters="-testmodule cmmgrbc"/>
       
    56 							<param result-file="c:\spd_logs\xml\cmmgrbc.xml"/>
       
    57                             <param timeout="3600"/>
       
    58 						</params>
       
    59 					</step>
       
    60 					<step id="" name="cmmgrbc (fetch-log)" harness="ATSINTERFACE" enabled="true" passrate="100">
       
    61 						<command>fetch-log</command>
       
    62 						<params>
       
    63 							<param path="c:\logs\testframework\TestReport.txt" /> 
       
    64 						</params>
       
    65 					</step>
       
    66 				</case>
       
    67 			</set>
       
    68 		</session>
       
    69 	</plan>
       
    70 	<files>
       
    71 		<file>cmmgrbctest/winscw_udeb/cmmgrbc.dll</file>
       
    72 		<file>cmmgrbctest/general/testframework/testframework_cmmgrbc.ini</file>
       
    73 	</files>
       
    74 </test>