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:
Anas Nashif 2018-05-02 22:07:31 -05:00 committed by Anas Nashif
parent 542f10de78
commit 11120bf1c7
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
tests:
system.settings.fcb:
platform_whitelist: nrf52840_pca10056, nrf52_pca10040
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
tags: settings_fcb

View File

@ -1,4 +1,4 @@
tests:
system.settings.fcb:
platform_whitelist: nrf52840_pca10056, nrf52_pca10040
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
tags: settings_intialization_fcb

View File

@ -1,4 +1,4 @@
tests:
system.settings.nffs:
platform_whitelist: nrf52840_pca10056, nrf52_pca10040
platform_whitelist: nrf52840_pca10056 nrf52_pca10040
tags: settings_fs