From 10970a60c02f5039a666ed0348aa3e420e0a6826 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 19 Nov 2018 09:23:24 -0500 Subject: [PATCH] sanitycheck: remove unused platforms keyword This keyword had no effect and was being copied over to many samples errornously. Signed-off-by: Anas Nashif --- doc/subsystems/test/sanitycheck.rst | 1 - samples/basic/userspace/shared_mem/sample.yaml | 1 - samples/drivers/led_lp3943/sample.yaml | 1 - samples/drivers/led_lpd8806/sample.yaml | 1 - samples/drivers/led_pca9633/sample.yaml | 1 - samples/drivers/led_ws2812/sample.yaml | 1 - samples/hello_world/sample.yaml | 1 - samples/net/rpl_node/sample.yaml | 1 - samples/sensor/ccs811/sample.yaml | 1 - scripts/sanity_chk/sanitycheck-tc-schema.yaml | 3 --- 10 files changed, 12 deletions(-) diff --git a/doc/subsystems/test/sanitycheck.rst b/doc/subsystems/test/sanitycheck.rst index 983e8e3a3fd..05f33ed29b1 100644 --- a/doc/subsystems/test/sanitycheck.rst +++ b/doc/subsystems/test/sanitycheck.rst @@ -289,7 +289,6 @@ related to the sample and what is being demonstrated: sample: name: hello world description: Hello World sample, the simplest Zephyr application - platforms: all tests: test: build_only: true diff --git a/samples/basic/userspace/shared_mem/sample.yaml b/samples/basic/userspace/shared_mem/sample.yaml index ddf54cf192d..b0e17e2afa4 100644 --- a/samples/basic/userspace/shared_mem/sample.yaml +++ b/samples/basic/userspace/shared_mem/sample.yaml @@ -2,7 +2,6 @@ sample: description: userspace memory domain protection example application name: protected memory - platforms: all common: tags: userspace harness: console diff --git a/samples/drivers/led_lp3943/sample.yaml b/samples/drivers/led_lp3943/sample.yaml index ba1c7bca056..97b70f938bb 100644 --- a/samples/drivers/led_lp3943/sample.yaml +++ b/samples/drivers/led_lp3943/sample.yaml @@ -1,7 +1,6 @@ sample: description: Demonstration of the LP3943 LED driver name: LP3943 sample - platforms: all tests: test: platform_whitelist: 96b_neonkey diff --git a/samples/drivers/led_lpd8806/sample.yaml b/samples/drivers/led_lpd8806/sample.yaml index 1f30be1f426..b2cb414d905 100644 --- a/samples/drivers/led_lpd8806/sample.yaml +++ b/samples/drivers/led_lpd8806/sample.yaml @@ -1,7 +1,6 @@ sample: description: Demonstration of the lpd880x LED driver name: LPD880x sample - platforms: all tests: test: platform_whitelist: 96b_carbon diff --git a/samples/drivers/led_pca9633/sample.yaml b/samples/drivers/led_pca9633/sample.yaml index fa10cb5720f..f653d2cbc13 100644 --- a/samples/drivers/led_pca9633/sample.yaml +++ b/samples/drivers/led_pca9633/sample.yaml @@ -1,7 +1,6 @@ sample: description: Demonstration of the PCA9633 LED driver name: PCA9633 sample - platforms: all tests: test: platform_whitelist: stm32373c_eval diff --git a/samples/drivers/led_ws2812/sample.yaml b/samples/drivers/led_ws2812/sample.yaml index a2d14f7dc57..47ff34ae8d2 100644 --- a/samples/drivers/led_ws2812/sample.yaml +++ b/samples/drivers/led_ws2812/sample.yaml @@ -1,7 +1,6 @@ sample: description: Demonstration of the WS2812 LED driver name: WS2812 sample - platforms: all tests: test: platform_whitelist: 96b_carbon bbc_microbit diff --git a/samples/hello_world/sample.yaml b/samples/hello_world/sample.yaml index 30c4981f36e..ea1d9fe5ae8 100644 --- a/samples/hello_world/sample.yaml +++ b/samples/hello_world/sample.yaml @@ -2,7 +2,6 @@ sample: description: Hello World sample, the simplest Zephyr application name: hello world - platforms: all common: tags: introduction harness: console diff --git a/samples/net/rpl_node/sample.yaml b/samples/net/rpl_node/sample.yaml index ad6f8c12939..423a908b686 100644 --- a/samples/net/rpl_node/sample.yaml +++ b/samples/net/rpl_node/sample.yaml @@ -6,7 +6,6 @@ sample: to be run in real device. This cannot be run in QEMU. name: RPL node demo application - platforms: all tests: test: platform_whitelist: quark_se_c1000_devboard nrf52840_pca10056 diff --git a/samples/sensor/ccs811/sample.yaml b/samples/sensor/ccs811/sample.yaml index 7bb06f8420a..a923b6b6e7f 100644 --- a/samples/sensor/ccs811/sample.yaml +++ b/samples/sensor/ccs811/sample.yaml @@ -1,7 +1,6 @@ sample: description: Demonstration of the CCS811 Digital Gas Sensor driver name: CCS811 sample - platforms: all tests: test: harness: sensor diff --git a/scripts/sanity_chk/sanitycheck-tc-schema.yaml b/scripts/sanity_chk/sanitycheck-tc-schema.yaml index 47545228462..086392399e5 100644 --- a/scripts/sanity_chk/sanitycheck-tc-schema.yaml +++ b/scripts/sanity_chk/sanitycheck-tc-schema.yaml @@ -106,9 +106,6 @@ mapping: "description": type: str required: no - "platforms": - type: str - required: no # The list of testcases -- IDK why this is a sequence of # maps maps, shall just be a sequence of maps # maybe it is just an artifact?