summaryrefslogtreecommitdiffstats
path: root/tester/rtems/testing/bsps/xilinx_zynq_zc706_qemu.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester: Add qemu_opts_serialSebastian Huber2020-02-251-1/+1
| | | | | | The realview_pbx_a9_qemu test configuration for Qemu produced no output due to wrong serial/monitor settings. Remove the serial/monitor settings from qemu_opts_base and move them to the new qemu_opts_serial.
* tester: Add a BSP field to each BSP INI configuration section.Chris Johns2017-10-251-2/+3
| | | | | | | The INI section in a BSP configuration is the name of the INI file so each BSP configuration section needs a BSP. Updates #3204.
* tester: Refactor to use INI format files for BSP configurations.Chris Johns2017-10-241-0/+37
- Add support for user condfigurations files with the --user-config. - Add support for a $HOME/.rtemstesterrc for a user configuration. Closes #3204.