<p dir="ltr"><br>
On May 13, 2014 12:50 PM, Kumar Amit Mehta <gmate.amit@gmail.com> wrote:<br>
><br>
> On Tue, May 13, 2014 at 10:50:07AM -0500, Joel Sherrill wrote:<br>
> > There are two sets of scripts to run those tests. One is rtems-testing/sim-scripts in bash and the other next generation is rtems-test which is in Python. The newer code in Python drives gdb and can support automated testing on real hardware. The bash scripts just drove simulators but supported more bsps than the newer Python code. We are in transition and this is part of the project.<br>
> I looked in the rtems/testsuites directory looking for the bash script<br>
> that you mentioned here, but couldn't find it. Can you please point me<br>
> to the script, so that, I can try to find the BSP support that are not<br>
> yet implemented in the rtems-tools(git://git.rtems.org/rtems-tools.git).</p>
<p dir="ltr">The names are unfortunately close so read carefully.</p>
<p dir="ltr">rtems/testsuites is C/C++ for test cases and executables. These are what is run on target hardware and simulators.</p>
<p dir="ltr">rtems-testing/sim-scripts is bash scripts to automate running all the above tests.</p>
<p dir="ltr">rtems-test is a newer Python based scripts to automate running the same tests</p>
<p dir="ltr">rtems-tools is the place we put patches for third party programs like GCC, gdb, and qemu unto they are merged into the upstream repository and released.<br><br></p>
<p dir="ltr">> The bsps supported by rtems-tools seem to be mentioned under:<br>
> ~/rtems-tools/tester/rtems/testing/bsps</p>
<p dir="ltr"> Yes.</p>
<p dir="ltr">> > Using rtems-testing/sim-scripts, it is as simple as sis *.exe. The rtems-test scripts are also easy but I can't do the command from my phone.<br>
> Same as above.</p>
<p dir="ltr">The sim-scripts are the second generation of this automated test execution framework. Rtems-test is the third. All bsps supported by gen 2 need to be supported by gen 3. </p>
<p dir="ltr">Then all feature variations supported by gen 2 need to be addressed. For example, PC simulation with com1 as console or VGA+keyboard as console<br></p>
<p dir="ltr">Thanks,<br>
> Kumar<br>
</p>