summaryrefslogtreecommitdiff
path: root/doc/tester.config
Commit message (Collapse)AuthorAgeFilesLines
* test-runner: Enable BT_HCIUART and BT_HCIUART_H4Luiz Augusto von Dentz2022-06-021-0/+2
| | | | | These options are required when running with -u option since that uses H4 headers to serialize the communication of host and guest.
* doc/tester-config: Enable Runtime Debugging FeatureTedd Ho-Jeong An2021-10-081-0/+1
| | | | | This patch adds CONFIG_BT_FEATURE_DEBUG=y in tester config to enable the runtime debug option.
* doc/tester-config: Enable KASANLuiz Augusto von Dentz2021-09-271-0/+1
| | | | This patch adds CONFIG_KASAN=y in tester config.
* doc/tester-config: Enable Android ExtensionLuiz Augusto von Dentz2021-09-271-0/+1
| | | | This patch adds Android Extension in tester config.
* doc/tester-config: Enable Microsoft ExtensionTedd Ho-Jeong An2021-09-271-0/+1
| | | | This patch adds Microsoft Extension in tester config.
* tools/mgmt-tester: Enable High-Speed(HS) test casesTedd Ho-Jeong An2021-06-231-0/+1
| | | | | This patch enables the BT High-Speed(HS) test cases by enabling the HS in the kernel config.
* doc: Fix qemu unable to mount root fs for test-runnerTedd Ho-Jeong An2020-12-081-0/+1
| | | | | | | | | | | | | | | | | | This patch fixes the kernel panic while loading the kernel image built with the current config for test-runner. Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) CPU: 0 PID: 1 Comm: swapper Not tainted 5.10.0-rc2-702835-ged93facee36e #6 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.13.0-1ubuntu1 04/01/2014 Call Trace: panic+0xee/0x27c mount_block_root+0x315/0x324 ? rest_init+0x7a/0x7a prepare_namespace+0x128/0x157 ? rest_init+0x7a/0x7a kernel_init+0x5/0xf6 ret_from_fork+0x22/0x30 Kernel Offset: 0x2a200000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbf)
* doc: Add tester.configLuiz Augusto von Dentz2020-11-031-0/+48
This adds tester.config which can be used as a reference to create kernel images to be run with test-runner.