From 3564b6f01a67a60766bc5e774e2d4c3c5d2ea7e2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 28 Oct 2016 20:37:15 +0300 Subject: [PATCH] Bluetooth: samples: Limit tests to just qemu platforms For the current purposes it's enough to build these tests only for the ARM and x86 qemu targets. This also avoids false-positive failures on platforms that don't have enough memory. Change-Id: Icbbfc0603feba6bb1ec8a3054f8cdf0800f49ca1 Signed-off-by: Johan Hedberg --- samples/bluetooth/beacon/testcase.ini | 2 +- samples/bluetooth/central/testcase.ini | 2 +- samples/bluetooth/eddystone/testcase.ini | 2 +- samples/bluetooth/peripheral/testcase.ini | 2 +- samples/bluetooth/peripheral_csc/testcase.ini | 2 +- samples/bluetooth/peripheral_dis/testcase.ini | 2 +- samples/bluetooth/peripheral_esp/testcase.ini | 2 +- samples/bluetooth/peripheral_hids/testcase.ini | 2 +- samples/bluetooth/peripheral_hr/testcase.ini | 2 +- samples/bluetooth/peripheral_sc_only/testcase.ini | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/bluetooth/beacon/testcase.ini b/samples/bluetooth/beacon/testcase.ini index 03e66e4d876..39d29db030c 100644 --- a/samples/bluetooth/beacon/testcase.ini +++ b/samples/bluetooth/beacon/testcase.ini @@ -1,7 +1,7 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_nble] tags = bluetooth diff --git a/samples/bluetooth/central/testcase.ini b/samples/bluetooth/central/testcase.ini index 08b81873695..150def455a8 100644 --- a/samples/bluetooth/central/testcase.ini +++ b/samples/bluetooth/central/testcase.ini @@ -1,4 +1,4 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 diff --git a/samples/bluetooth/eddystone/testcase.ini b/samples/bluetooth/eddystone/testcase.ini index 03e66e4d876..39d29db030c 100644 --- a/samples/bluetooth/eddystone/testcase.ini +++ b/samples/bluetooth/eddystone/testcase.ini @@ -1,7 +1,7 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_nble] tags = bluetooth diff --git a/samples/bluetooth/peripheral/testcase.ini b/samples/bluetooth/peripheral/testcase.ini index f3544d8b838..a4b0e7e342b 100644 --- a/samples/bluetooth/peripheral/testcase.ini +++ b/samples/bluetooth/peripheral/testcase.ini @@ -1,7 +1,7 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_nble] tags = bluetooth diff --git a/samples/bluetooth/peripheral_csc/testcase.ini b/samples/bluetooth/peripheral_csc/testcase.ini index 08b81873695..150def455a8 100644 --- a/samples/bluetooth/peripheral_csc/testcase.ini +++ b/samples/bluetooth/peripheral_csc/testcase.ini @@ -1,4 +1,4 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 diff --git a/samples/bluetooth/peripheral_dis/testcase.ini b/samples/bluetooth/peripheral_dis/testcase.ini index 08b81873695..150def455a8 100644 --- a/samples/bluetooth/peripheral_dis/testcase.ini +++ b/samples/bluetooth/peripheral_dis/testcase.ini @@ -1,4 +1,4 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 diff --git a/samples/bluetooth/peripheral_esp/testcase.ini b/samples/bluetooth/peripheral_esp/testcase.ini index f3544d8b838..a4b0e7e342b 100644 --- a/samples/bluetooth/peripheral_esp/testcase.ini +++ b/samples/bluetooth/peripheral_esp/testcase.ini @@ -1,7 +1,7 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_nble] tags = bluetooth diff --git a/samples/bluetooth/peripheral_hids/testcase.ini b/samples/bluetooth/peripheral_hids/testcase.ini index 03e66e4d876..39d29db030c 100644 --- a/samples/bluetooth/peripheral_hids/testcase.ini +++ b/samples/bluetooth/peripheral_hids/testcase.ini @@ -1,7 +1,7 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_nble] tags = bluetooth diff --git a/samples/bluetooth/peripheral_hr/testcase.ini b/samples/bluetooth/peripheral_hr/testcase.ini index f3544d8b838..a4b0e7e342b 100644 --- a/samples/bluetooth/peripheral_hr/testcase.ini +++ b/samples/bluetooth/peripheral_hr/testcase.ini @@ -1,7 +1,7 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86 [test_nble] tags = bluetooth diff --git a/samples/bluetooth/peripheral_sc_only/testcase.ini b/samples/bluetooth/peripheral_sc_only/testcase.ini index 08b81873695..150def455a8 100644 --- a/samples/bluetooth/peripheral_sc_only/testcase.ini +++ b/samples/bluetooth/peripheral_sc_only/testcase.ini @@ -1,4 +1,4 @@ [test] tags = bluetooth build_only = true -arch_whitelist = x86 arm +platform_whitelist = qemu_cortex_m3 qemu_x86