common/smoketest/smoke_test.ant.xml
changeset 192 d5964b46ccaf
parent 191 56e7098e1ace
parent 119 18300635256d
child 193 19a76650e06d
--- a/common/smoketest/smoke_test.ant.xml	Wed May 20 14:26:55 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="SF-SMOKE-TEST">
-
-  <target name="sf-smoke-test">
-    <echo>[SF-SMOKE-TEST]</echo>
-    
-    <exec executable="perl" dir="${sf.common.config.dir}/smoketest" failonerror="true" output="${build.drive}/output/logs/smoke_test_1.log">
-      <arg value="make_junction.pl"/>
-      <arg value="--link=${sf.spec.smoketest.epocroot}/epoc32"/>
-      <arg value="--target=${build.drive}/epoc32"/>
-      <arg value="--force"/>
-    </exec>
-    
-    <exec executable="perl" dir="${sf.common.config.dir}/smoketest" failonerror="true" output="${build.drive}/output/logs/smoke_test_2.log">
-      <arg value="ats3_testdrop.pl"/>
-      <arg value="--host=${sf.spec.smoketest.host}"/>
-      <arg value="--username=${sf.spec.smoketest.ats3.username}"/>
-      <arg value="--password=${sf.spec.smoketest.ats3.password}"/>
-      <arg value="--local-test-pkg=${sf.spec.smoketest.localtestpkg}"/>
-      <arg value="--local-drop-path=${sf.spec.smoketest.localdroppath}"/>
-      <arg value="--host-drop-path=${sf.spec.smoketest.hostdroppath}"/>
-    </exec>
-    
-  </target>
-  
-</project>
\ No newline at end of file