<div dir="ltr">I got the rtems-test running <div><br></div><div>I found that get_item_names(section, err) in configuration.py  was returning an empty list to the </div><div>item_names in load(bsp,opts) for config.py this was giving out the error mandatory item not found .</div><div><br></div><div>I have attached the patch file .</div><div><br></div><div>current status : </div><div>rtems-test is running without coverage</div><div><br></div><div>running coverage gives the following error :</div><div><br></div><div><div>RTEMS Testing - Tester, 5 (092c569e81ae)</div><div>Traceback (most recent call last):</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rtems-test", line 40, in <module></div><div>    rt.test.run()</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/test.py", line 310, in run</div><div>    coverage = coverage_get_obj(opts, path_to_builddir[1])</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/test.py", line 230, in coverage_get_obj</div><div>    coverage_obj = coverage.coverage_run(opts.defaults, path_to_builddir)</div><div>  File "/home/lunatic/development/rtems/rtems-tools/tester/rt/coverage.py", line 335, in __init__</div><div>    self.report_format = self.config_map['report_format'][2]</div><div>TypeError: 'NoneType' object has no attribute '__getitem__'</div></div><div><br></div><div><br></div><div><div>Thanks </div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">-- vijay</div></div></div></div></div>
<br><div class="gmail_quote">On 4 April 2018 at 11:16, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 04/04/2018 06:36, Vijay Kumar Banerjee wrote:<br>
> after pulling the ini-update branch from <br>
> <a href="https://github.com/cillianodonnell/rtems-tools/tree/ini-update" rel="noreferrer" target="_blank">https://github.com/<wbr>cillianodonnell/rtems-tools/<wbr>tree/ini-update</a><br>
><br>
<br>
</span>Any local changes?<br>
<span class=""><br>
> I tried running the rtems-test with the following command<br>
><br>
> $HOME/development/rtems/rtems-<wbr>tools/tester/rtems-test<br>
> --rtems-tools=$HOME/<wbr>development/rtems/5 --log=coverage_analysis.log<br>
> --rtems-bsp=leon3_qemu --rtems-builddir=$HOME/<wbr>development/rtems/kernel/leon3<br>
> sparc-rtems5/c/leon3/<wbr>testsuites/samples<br>
><br>
> was getting the KeyError for 'coverage'<br>
><br>
<br>
</span>Please paste the command and output as it appears in the terminal?<br>
<span class=""><br>
> current status : <br>
> the same command gives the error : <br>
> "mandatory item not found in bsp section : bsp," <br>
> to make sure I didn't break something , I also tried running from a freshly<br>
> downloaded directory as well, it gives the same error.<br>
<br>
</span>Did you try running the following command from the top of the source tree:<br>
<br>
 $ grep -r "mandatory item not found" *<br>
<br>
?<br>
<span class="HOEnZb"><font color="#888888"><br>
Chris<br>
</font></span></blockquote></div><br></div>