linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/2] doc: Add tester.config
@ 2020-11-03 23:19 Luiz Augusto von Dentz
  2020-11-03 23:19 ` [PATCH BlueZ 2/2] tools/test-runner: Fix using removed options Luiz Augusto von Dentz
  2020-11-04 19:22 ` [BlueZ,1/2] doc: Add tester.config bluez.test.bot
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2020-11-03 23:19 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds tester.config which can be used as a reference to create
kernel images to be run with test-runner.
---
 doc/tester.config | 48 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 doc/tester.config

diff --git a/doc/tester.config b/doc/tester.config
new file mode 100644
index 000000000..e90899714
--- /dev/null
+++ b/doc/tester.config
@@ -0,0 +1,48 @@
+CONFIG_VIRTIO=y
+CONFIG_VIRTIO_PCI=y
+
+CONFIG_NET=y
+CONFIG_INET=y
+
+CONFIG_NET_9P=y
+CONFIG_NET_9P_VIRTIO=y
+
+CONFIG_9P_FS=y
+CONFIG_9P_FS_POSIX_ACL=y
+
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_PCI=y
+CONFIG_SERIAL_8250_NR_UARTS=4
+
+CONFIG_TMPFS=y
+CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_TMPFS_XATTR=y
+
+CONFIG_DEVTMPFS=y
+CONFIG_DEBUG_FS=y
+
+CONFIG_BT=y
+CONFIG_BT_BREDR=y
+CONFIG_BT_RFCOMM=y
+CONFIG_BT_BNEP=y
+CONFIG_BT_HIDP=y
+CONFIG_BT_LE=y
+
+CONFIG_BT_HCIVHCI=y
+
+CONFIG_CRYPTO_CMAC=y
+CONFIG_CRYPTO_USER_API=y
+CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_CRYPTO_USER_API_SKCIPHER=y
+
+CONFIG_UNIX=y
+
+CONFIG_UHID=y
+
+CONFIG_LOCKDEP_SUPPORT=y
+CONFIG_DEBUG_SPINLOCK=y
+CONFIG_DEBUG_LOCK_ALLOC=y
+CONFIG_PROVE_LOCKING=y
+CONFIG_LOCKDEP=y
+CONFIG_DEBUG_MUTEXES=y
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH BlueZ 2/2] tools/test-runner: Fix using removed options
  2020-11-03 23:19 [PATCH BlueZ 1/2] doc: Add tester.config Luiz Augusto von Dentz
@ 2020-11-03 23:19 ` Luiz Augusto von Dentz
  2020-11-04 19:22 ` [BlueZ,1/2] doc: Add tester.config bluez.test.bot
  1 sibling, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2020-11-03 23:19 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This removes -nodefconfig and -balloon which are not longer valid
options:

  qemu-system-x86_64: -nodefconfig: invalid option
  qemu-system-x86_64: -balloon: invalid option
---
 tools/test-runner.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/test-runner.c b/tools/test-runner.c
index 6b7c33734..5d2dbb992 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -181,7 +181,6 @@ static void prepare_sandbox(void)
 static char *const qemu_argv[] = {
 	"",
 	"-nodefaults",
-	"-nodefconfig",
 	"-no-user-config",
 	"-monitor", "none",
 	"-display", "none",
@@ -190,7 +189,6 @@ static char *const qemu_argv[] = {
 	"-nographic",
 	"-vga", "none",
 	"-net", "none",
-	"-balloon", "none",
 	"-no-acpi",
 	"-no-hpet",
 	"-no-reboot",
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ,1/2] doc: Add tester.config
  2020-11-03 23:19 [PATCH BlueZ 1/2] doc: Add tester.config Luiz Augusto von Dentz
  2020-11-03 23:19 ` [PATCH BlueZ 2/2] tools/test-runner: Fix using removed options Luiz Augusto von Dentz
@ 2020-11-04 19:22 ` bluez.test.bot
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2020-11-04 19:22 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=376931

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-04 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 23:19 [PATCH BlueZ 1/2] doc: Add tester.config Luiz Augusto von Dentz
2020-11-03 23:19 ` [PATCH BlueZ 2/2] tools/test-runner: Fix using removed options Luiz Augusto von Dentz
2020-11-04 19:22 ` [BlueZ,1/2] doc: Add tester.config bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).