common/smoketest/smoke_test.ant.xml
changeset 143 d5964b46ccaf
parent 85 56e7098e1ace
parent 142 18300635256d
child 164 19a76650e06d
equal deleted inserted replaced
85:56e7098e1ace 143:d5964b46ccaf
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <project name="SF-SMOKE-TEST">
       
     3 
       
     4   <target name="sf-smoke-test">
       
     5     <echo>[SF-SMOKE-TEST]</echo>
       
     6     
       
     7     <exec executable="perl" dir="${sf.common.config.dir}/smoketest" failonerror="true" output="${build.drive}/output/logs/smoke_test_1.log">
       
     8       <arg value="make_junction.pl"/>
       
     9       <arg value="--link=${sf.spec.smoketest.epocroot}/epoc32"/>
       
    10       <arg value="--target=${build.drive}/epoc32"/>
       
    11       <arg value="--force"/>
       
    12     </exec>
       
    13     
       
    14     <exec executable="perl" dir="${sf.common.config.dir}/smoketest" failonerror="true" output="${build.drive}/output/logs/smoke_test_2.log">
       
    15       <arg value="ats3_testdrop.pl"/>
       
    16       <arg value="--host=${sf.spec.smoketest.host}"/>
       
    17       <arg value="--username=${sf.spec.smoketest.ats3.username}"/>
       
    18       <arg value="--password=${sf.spec.smoketest.ats3.password}"/>
       
    19       <arg value="--local-test-pkg=${sf.spec.smoketest.localtestpkg}"/>
       
    20       <arg value="--local-drop-path=${sf.spec.smoketest.localdroppath}"/>
       
    21       <arg value="--host-drop-path=${sf.spec.smoketest.hostdroppath}"/>
       
    22     </exec>
       
    23     
       
    24   </target>
       
    25   
       
    26 </project>