Introduced new property (sf.spec.test.target) for running tests on different targets
--- a/common/build.test.xml Tue Apr 20 18:34:32 2010 +0100
+++ b/common/build.test.xml Mon Apr 26 13:31:53 2010 +0100
@@ -150,6 +150,7 @@
<echo message="INFO Creating smoketest testpackage"/>
<exec executable="perl" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
<arg value="smoketest.pl"/>
+ <arg value="--target=${sf.spec.test.target}"/>
</exec>
<copy file="${build.drive}/smoketest/group/smoketest.zip" todir="${sf.spec.test.package.location}" failonerror="false"/>
--- a/common/common_props.ant.xml Tue Apr 20 18:34:32 2010 +0100
+++ b/common/common_props.ant.xml Mon Apr 26 13:31:53 2010 +0100
@@ -101,6 +101,7 @@
<property name="sf.spec.test.host.password" value="admin"/>
<property name="sf.spec.test.host.droppath" value="D:\ats3_testdrop_arrivals\${env.COMPUTERNAME}"/>
<property name="sf.spec.test.epocroot" value="winscw_smoketest"/>
+ <property name="sf.spec.test.target" value="winscw"/> <!-- This specifies the target on which tests will be run -->
<!-- ATS properties -->
<property name="sf.spec.test.package.location" value="\\${sf.spec.test.host.name}\ats3_testdrop_arrivals\${env.COMPUTERNAME}"/>