<div dir="ltr"><div>Thank you very much Tim for the response.</div><div>It must have been a memorable moment watching total solar eclipse.</div><div>I saw the video it was amazing.</div><div><br></div><div>Regards,</div><div>Dhinakar</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 23, 2017 at 6:39 AM, Bird, Timothy <span dir="ltr">&lt;<a href="mailto:Tim.Bird@sony.com" target="_blank">Tim.Bird@sony.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><br>
<br>
&gt; -----Original Message-----<br>
&gt; From: dhinakar k<br>
&gt; I would like to know from where does Fuego pick up the path of &#39;testlog&#39;,<br>
&gt; &#39;run.json&#39; files? It is like the one given below that is published:<br>
&gt; url:8080/fuego/userContent/<wbr>fuego.logs/Benchmark.ffsb/&lt;<wbr>testname&gt;/testlo<br>
&gt; g.txt<br>
&gt;<br>
&gt; I checked parsers under fuego-core/engine/scripts folder but couldn&#39;t find in<br>
&gt; which parser or shell script it is implemented. Can anyone please let me<br>
&gt; know?<br>
<br>
</span>LOGDIR is  defined (and exported) from fuego-core/engine/scripts/<wbr>overlays.sh<br>
in the function set_overlay_vars().  It is also defined in functions.sh in the<br>
function pre_test().<br>
<br>
References to materials related to run output (such as testlog.txt and run.json)<br>
are then relative to this environment variable.  For example in Fuego 1.1 functions.sh:<br>
    cat &gt; $LOGDIR/run.json &lt;&lt;RUN_JSON_TEMPLATE<br>
or:<br>
   get $BOARD_TESTDIR/fuego.$1/$1.log ${LOGDIR}/testlog.txt<br>
<br>
Sorry for the slow response - was watching an eclipse :-)<br>
 -- Tim<br>
<br>
</blockquote></div><br></div>