tests: remove comma from whitelist
items in platform_whitelist are not comma separated. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
542f10de78
commit
11120bf1c7
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
system.settings.fcb:
|
||||
platform_whitelist: nrf52840_pca10056, nrf52_pca10040
|
||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
|
||||
tags: settings_fcb
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
system.settings.fcb:
|
||||
platform_whitelist: nrf52840_pca10056, nrf52_pca10040
|
||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
|
||||
tags: settings_intialization_fcb
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
system.settings.nffs:
|
||||
platform_whitelist: nrf52840_pca10056, nrf52_pca10040
|
||||
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
|
||||
tags: settings_fs
|
||||
|
|
Loading…
Reference in New Issue