doc/api/helium/target-sf-send-testpkg.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    80 
    80 
    81     
    81     
    82 <h2>Target sf-send-testpkg</h2>
    82 <h2>Target sf-send-testpkg</h2>
    83 
    83 
    84 <p><b>Location</b></p>
    84 <p><b>Location</b></p>
    85 <p>    <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.test.xml#L175">D:\maintools\sf-config\common\build.test.xml:175:</a></tt>  
    85 <p>    <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.test.xml#L178">d:\maintools\sf-config\common\build.test.xml:178:</a></tt>  
    86 </p>
    86 </p>
    87 
    87 
    88 <p><b>Conditional execution</b></p>        
    88 <p><b>Conditional execution</b></p>        
    89 <p>No conditions on target execution.</p>
    89 <p>No conditions on target execution.</p>
    90 <hr/>
    90 <hr/>
   138 <h3>Target dependencies</h3>
   138 <h3>Target dependencies</h3>
   139 <p align="center">
   139 <p align="center">
   140 <img src="target-sf-send-testpkg.dot.png" alt="sf-send-testpkg dependencies" usemap="#dependencies"
   140 <img src="target-sf-send-testpkg.dot.png" alt="sf-send-testpkg dependencies" usemap="#dependencies"
   141      style="border-style: none"/>
   141      style="border-style: none"/>
   142 <map name="dependencies" id="dependencies">
   142 <map name="dependencies" id="dependencies">
   143 <area shape="rect" id="node1" href="target-sf-send-testpkg.html" title="sf&#45;send&#45;testpkg" alt="" coords="157,41,285,89">
   143 <area shape="rect" id="node1" href="target-sf-send-testpkg.html" title="sf&#45;send&#45;testpkg" alt="" coords="197,77,325,125">
   144 <area shape="rect" id="node7" href="target-sf-find-ATS-worker-root.html" title="sf&#45;find&#45;ATS&#45;worker&#45;root" alt="" coords="531,48,715,96">
   144 <area shape="rect" id="node9" href="target-sf-start-ats.html" title="sf&#45;start&#45;ats" alt="" coords="405,11,499,59">
   145 <area shape="rect" id="node9" href="target-sf-make-junction.html" title="sf&#45;make&#45;junction" alt="" coords="345,93,479,141">
   145 <area shape="rect" id="node11" href="target-sf-find-ATS-worker-root.html" title="sf&#45;find&#45;ATS&#45;worker&#45;root" alt="" coords="571,104,755,152">
   146 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="5,5,107,53">
   146 <area shape="rect" id="node13" href="target-sf-make-junction.html" title="sf&#45;make&#45;junction" alt="" coords="385,149,519,197">
   147 <area shape="rect" id="node4" href="target-sf-bc-check.html" title="sf&#45;bc&#45;check" alt="" coords="5,77,107,125">
   147 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="25,5,127,53">
       
   148 <area shape="rect" id="node4" href="target-sf-test-smoketest.html" title="sf&#45;test&#45;smoketest" alt="" coords="7,77,145,125">
       
   149 <area shape="rect" id="node6" href="target-sf-bc-check.html" title="sf&#45;bc&#45;check" alt="" coords="25,149,127,197">
   148 </map>
   150 </map>
   149 </p>
   151 </p>
   150 <hr/>
   152 <hr/>
   151 
   153 
   152 
   154 
   153 <h3>Source code</h3>
   155 <h3>Source code</h3>
   154 <pre>
   156 <pre>
   155     &lt;target name=&quot;sf-send-testpkg&quot; depends=&quot;sf-find-ATS-worker-root,sf-make-junction&quot;&gt;
   157     &lt;target name=&quot;sf-send-testpkg&quot; depends=&quot;sf-start-ats,sf-find-ATS-worker-root,sf-make-junction&quot;&gt;
   156         &lt;mkdir dir=&quot;${sf.spec.test.workerroot}/${sf.spec.test.package.droppath}&quot;/&gt;
   158         &lt;mkdir dir=&quot;${sf.spec.test.workerroot}/${sf.spec.test.package.droppath}&quot;/&gt;
   157         &lt;echo message=&quot;Sending test package ${sf.spec.test.package.name} to ${sf.spec.test.host.name} path ${sf.spec.test.host.droppath}&quot;/&gt;
   159         &lt;echo message=&quot;Sending test package ${sf.spec.test.package.name} to ${sf.spec.test.host.name} path ${sf.spec.test.host.droppath}&quot;/&gt;
   158         &lt;exec executable=&quot;perl&quot; dir=&quot;${sf.common.config.dir}/tools/ats&quot; failonerror=&quot;false&quot; output=&quot;${build.log.dir}/ATS_${build.id}_testdrop.log&quot;&gt;
   160         &lt;exec executable=&quot;perl&quot; dir=&quot;${sf.common.config.dir}/tools/ats&quot; failonerror=&quot;false&quot; output=&quot;${build.log.dir}/ATS_${build.id}_testdrop.log&quot;&gt;
   159             &lt;arg value=&quot;ats3_testdrop.pl&quot;/&gt;
   161             &lt;arg value=&quot;ats3_testdrop.pl&quot;/&gt;
   160             &lt;arg value=&quot;--host=${sf.spec.test.host.name}&quot;/&gt;
   162             &lt;arg value=&quot;--host=${sf.spec.test.host.name}&quot;/&gt;
   223  </body>
   225  </body>
   224 
   226 
   225 </html>
   227 </html>
   226 
   228 
   227 
   229 
   228 
       
   229