doc/api/helium/target-sf-bc-check.html
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
equal deleted inserted replaced
607:3c858aa7a023 627:56a1d97e7c73
    80 
    80 
    81     
    81     
    82 <h2>Target sf-bc-check</h2>
    82 <h2>Target sf-bc-check</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#L31">D:\maintools\sf-config\common\build.test.xml:31:</a></tt>  
    85 <p>    <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.test.xml#L34">d:\maintools\sf-config\common\build.test.xml:34:</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/>
   165 <h3>Target dependencies</h3>
   165 <h3>Target dependencies</h3>
   166 <p align="center">
   166 <p align="center">
   167 <img src="target-sf-bc-check.dot.png" alt="sf-bc-check dependencies" usemap="#dependencies"
   167 <img src="target-sf-bc-check.dot.png" alt="sf-bc-check dependencies" usemap="#dependencies"
   168      style="border-style: none"/>
   168      style="border-style: none"/>
   169 <map name="dependencies" id="dependencies">
   169 <map name="dependencies" id="dependencies">
   170 <area shape="rect" id="node1" href="target-sf-bc-check.html" title="sf&#45;bc&#45;check" alt="" coords="157,5,259,53">
   170 <area shape="rect" id="node1" href="target-sf-bc-check.html" title="sf&#45;bc&#45;check" alt="" coords="189,72,291,120">
   171 <area shape="rect" id="node4" href="target-sf-send-testpkg.html" title="sf&#45;send&#45;testpkg" alt="" coords="309,5,437,53">
   171 <area shape="rect" id="node6" href="target-sf-send-testpkg.html" title="sf&#45;send&#45;testpkg" alt="" coords="341,72,469,120">
   172 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="5,5,107,53">
   172 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf&#45;postbuild" alt="" coords="21,36,123,84">
   173 <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="683,12,867,60">
   173 <area shape="rect" id="node4" href="target-sf-test-bc-check.html" title="sf&#45;test&#45;bc&#45;check" alt="" coords="7,108,137,156">
   174 <area shape="rect" id="node9" href="target-sf-make-junction.html" title="sf&#45;make&#45;junction" alt="" coords="497,57,631,105">
   174 <area shape="rect" id="node9" href="target-sf-start-ats.html" title="sf&#45;start&#45;ats" alt="" coords="549,5,643,53">
       
   175 <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="715,99,899,147">
       
   176 <area shape="rect" id="node13" href="target-sf-make-junction.html" title="sf&#45;make&#45;junction" alt="" coords="529,144,663,192">
   175 </map>
   177 </map>
   176 </p>
   178 </p>
   177 <hr/>
   179 <hr/>
   178 
   180 
   179 
   181 
   261                             &lt;echo message=&quot;INFO Updating bctest package with test info&quot;/&gt;
   263                             &lt;echo message=&quot;INFO Updating bctest package with test info&quot;/&gt;
   262 					        &lt;echo message=&quot;************ Test drop package name:  ${program} &quot;/&gt;
   264 					        &lt;echo message=&quot;************ Test drop package name:  ${program} &quot;/&gt;
   263                             &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}_dynamicbc.log&quot;&gt;
   265                             &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}_dynamicbc.log&quot;&gt;
   264                               &lt;arg value=&quot;ats_specialise_test_drop.pl&quot;/&gt;
   266                               &lt;arg value=&quot;ats_specialise_test_drop.pl&quot;/&gt;
   265                               &lt;arg value=&quot;--test-drop-name=${env.COMPUTERNAME}-bctest-${build.id}_${program}&quot;/&gt; 
   267                               &lt;arg value=&quot;--test-drop-name=${env.COMPUTERNAME}-bctest-${build.id}_${program}&quot;/&gt; 
   266                               &lt;arg value=&quot;--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}&quot;/&gt;
   268                               &lt;arg value=&quot;--host-name=${env.COMPUTERNAME}.ad-sfpd.intra&quot;/&gt;
   267                               &lt;arg value=&quot;--src=${sf.spec.test.package.location}/../bctest/${program}&quot;/&gt;
   269                               &lt;arg value=&quot;--src=${sf.spec.test.package.location}/../bctest/${program}&quot;/&gt;
   268                               &lt;arg value=&quot;--dest=${sf.spec.test.package.location}\${env.COMPUTERNAME}-bctest-${build.id}_${program}&quot;/&gt;						 
   270                               &lt;arg value=&quot;--dest=${sf.spec.test.package.location}\${env.COMPUTERNAME}-bctest-${build.id}_${program}&quot;/&gt;						 
   269                             &lt;/exec&gt;
   271                             &lt;/exec&gt;
   270                             &lt;!-- Now ready to send to ATS3 --&gt;  
   272                             &lt;!-- Now ready to send to ATS3 --&gt;  
   271 					      &lt;echo message=&quot;Sending Test drop :  ${program} ............&quot;/&gt;									
   273 					      &lt;echo message=&quot;Sending Test drop :  ${program} ............&quot;/&gt;