sanitycheck: remove unused platforms keyword

This keyword had no effect and was being copied over to many samples
errornously.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-11-19 09:23:24 -05:00
commit 10970a60c0
10 changed files with 0 additions and 12 deletions

View file

@ -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

View file

@ -2,7 +2,6 @@ sample:
description: userspace memory domain protection
example application
name: protected memory
platforms: all
common:
tags: userspace
harness: console

View file

@ -1,7 +1,6 @@
sample:
description: Demonstration of the LP3943 LED driver
name: LP3943 sample
platforms: all
tests:
test:
platform_whitelist: 96b_neonkey

View file

@ -1,7 +1,6 @@
sample:
description: Demonstration of the lpd880x LED driver
name: LPD880x sample
platforms: all
tests:
test:
platform_whitelist: 96b_carbon

View file

@ -1,7 +1,6 @@
sample:
description: Demonstration of the PCA9633 LED driver
name: PCA9633 sample
platforms: all
tests:
test:
platform_whitelist: stm32373c_eval

View file

@ -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

View file

@ -2,7 +2,6 @@ sample:
description: Hello World sample, the simplest Zephyr
application
name: hello world
platforms: all
common:
tags: introduction
harness: console

View file

@ -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

View file

@ -1,7 +1,6 @@
sample:
description: Demonstration of the CCS811 Digital Gas Sensor driver
name: CCS811 sample
platforms: all
tests:
test:
harness: sensor

View file

@ -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?