common/common_props.ant.xml
changeset 186 1b428f25477e
parent 185 91ad95e5509a
child 188 51cb6051c75d
--- a/common/common_props.ant.xml	Thu May 07 12:06:21 2009 +0100
+++ b/common/common_props.ant.xml	Wed May 13 13:59:56 2009 +0100
@@ -62,6 +62,17 @@
     
     <!-- zip all logs before publish -->
     <property name="sf.spec.logs.zip.enable"  value="true"/>
+    
+    <property name="sf.spec.smoketest.enable" value="true"/>
+    <property name="sf.spec.smoketest.host" value="sym-build01"/>
+    <property name="sf.spec.smoketest.epocroot" value="D:\ATS3\winscw_smoketest"/>
+    <property name="sf.spec.smoketest.localtestpkg" value="D:\ATS3\smoketest_package\9.zip"/>
+    <property name="sf.spec.smoketest.localdroppath" value="D:\ATS3\TestDrops"/>
+    <property name="sf.spec.smoketest.hostdroppath" value="T:\TestDrops"/>
+    <property name="sf.spec.smoketest.ats3.username" value="admin"/>
+    <property name="sf.spec.smoketest.ats3.password" value="admin"/>
+    
+    
 	
 </project>