Re: Testing SMP Configuration with rtems-test

2022-02-19 Thread Joel Sherrill
On Sat, Feb 19, 2022, 7:48 AM Jiri Gaisler wrote: > You should add -m 4 to the bsp_run_opts in the leon3-sis-cov.ini file, > which is in > > /opt/rtems/6/share/rtems/tester/rtems/testing/bsps/leon3-sis-cov.ini > > (or similar depending on where you installed RBS). > Alex.. did you ever work with

Re: Testing SMP Configuration with rtems-test

2022-02-19 Thread Jiri Gaisler
You should add -m 4 to the bsp_run_opts in the leon3-sis-cov.ini file, which is in /opt/rtems/6/share/rtems/tester/rtems/testing/bsps/leon3-sis-cov.ini (or similar depending on where you installed RBS). Jiri. On 2022-02-19 09:26, Jerzy J wrote: Hi, I've been trying to get some coverage repo

Testing SMP Configuration with rtems-test

2022-02-19 Thread Jerzy J
Hi, I've been trying to get some coverage reports on my tests. I'm using RTEMS 6 and gr712rc/leon3 bsps. Normally I run my tests using: `./sparc-rtems6-sis -leon3 -r s -m 4 $HOME/RTEMS/src/rtems/build/sparc/gr712rc/testsuites/validation/ts-model-barrier-mgr-0.exe` , where I can specify `-m 4`. H