doc/api/helium/target-sf-build-smoketestpkg.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
--- a/doc/api/helium/target-sf-build-smoketestpkg.html	Tue Oct 06 17:31:14 2009 +0100
+++ b/doc/api/helium/target-sf-build-smoketestpkg.html	Thu Oct 08 19:36:20 2009 +0100
@@ -82,7 +82,7 @@
 <h2>Target sf-build-smoketestpkg</h2>
 
 <p><b>Location</b></p>
-<p>    <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.test.xml#L139">D:\maintools\sf-config\common\build.test.xml:139:</a></tt>  
+<p>    <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.test.xml#L142">d:\maintools\sf-config\common\build.test.xml:142:</a></tt>  
 </p>
 
 <p><b>Conditional execution</b></p>        
@@ -152,10 +152,11 @@
 <img src="target-sf-build-smoketestpkg.dot.png" alt="sf-build-smoketestpkg dependencies" usemap="#dependencies"
      style="border-style: none"/>
 <map name="dependencies" id="dependencies">
-<area shape="rect" id="node1" href="target-sf-build-smoketestpkg.html" title="sf&#45;build&#45;smoketestpkg" alt="" coords="156,5,329,53">
-<area shape="rect" id="node4" href="target-sf-getenv-tools.html" title="sf&#45;getenv&#45;tools" alt="" coords="379,5,501,53">
-<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="5,5,107,53">
-<area shape="rect" id="node6" href="target-preparation-getenv.html" title="preparation&#45;getenv" alt="" coords="549,5,701,53">
+<area shape="rect" id="node1" href="target-sf-build-smoketestpkg.html" title="sf&#45;build&#45;smoketestpkg" alt="" coords="196,41,369,89">
+<area shape="rect" id="node6" href="target-sf-getenv-tools.html" title="sf&#45;getenv&#45;tools" alt="" coords="419,41,541,89">
+<area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="25,5,127,53">
+<area shape="rect" id="node4" href="target-sf-test-smoketest.html" title="sf&#45;test&#45;smoketest" alt="" coords="7,77,145,125">
+<area shape="rect" id="node8" href="target-preparation-getenv.html" title="preparation&#45;getenv" alt="" coords="589,41,741,89">
 </map>
 </p>
 <hr/>
@@ -183,13 +184,13 @@
         &lt;exec executable=&quot;perl&quot; dir=&quot;${build.drive}/smoketest/group&quot; failonerror=&quot;false&quot; append=&quot;true&quot; output=&quot;${build.log.dir}/ATS_${build.id}_smoketest.log&quot;&gt;
             &lt;arg value=&quot;smoketest.pl&quot;/&gt;
         &lt;/exec&gt;
-        &lt;copy file=&quot;${build.drive}/smoketest/group/smoketest.zip&quot; todir=&quot;${sf.spec.test.package.location}&quot;/&gt;
+        &lt;copy file=&quot;${build.drive}/smoketest/group/smoketest.zip&quot; todir=&quot;${sf.spec.test.package.location}&quot; failonerror=&quot;false&quot;/&gt;
         
         &lt;echo message=&quot;INFO Updating smoketest package with test info&quot;/&gt;
         &lt;exec executable=&quot;perl&quot; dir=&quot;${sf.common.config.dir}/tools/ats/&quot; failonerror=&quot;false&quot; append=&quot;true&quot; output=&quot;${build.log.dir}/ATS_${build.id}_smoketest.log&quot;&gt;
             &lt;arg value=&quot;ats_specialise_test_drop.pl&quot;/&gt;
             &lt;arg value=&quot;--test-drop-name=Smoketest-${build.id}&quot;/&gt; 
-            &lt;arg value=&quot;--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}&quot;/&gt;
+            &lt;arg value=&quot;--device-name=${env.COMPUTERNAME}.ad-sfpd.intra&quot;/&gt;
             &lt;arg value=&quot;--src=${sf.spec.test.package.location}\smoketest.zip&quot;/&gt;
             &lt;arg value=&quot;--dest=${sf.spec.test.package.location}\${sf.spec.test.package.name}&quot;/&gt;	
             &lt;arg value=&quot;--build-id=http://${sf.spec.publish.diamonds.server}${diamonds.build.id}&quot;/&gt;