tests: board_shell: rename test.yaml to testcase.yaml
testcase file wrongly named test.yaml. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2d4837061a
commit
965aac39b6
2 changed files with 10 additions and 9 deletions
|
@ -12,12 +12,12 @@ CONFIG_HWINFO=y
|
|||
CONFIG_HWINFO_SHELL=y
|
||||
CONFIG_GPIO_SHELL=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_SHELL=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_FLASH_MAP_SHELL=y
|
||||
CONFIG_ADC=y
|
||||
CONFIG_ADC_SHELL=y
|
||||
CONFIG_CAN=y
|
||||
CONFIG_CAN_SHELL=y
|
||||
CONFIG_FLASH=n
|
||||
CONFIG_FLASH_SHELL=n
|
||||
CONFIG_FLASH_PAGE_LAYOUT=n
|
||||
CONFIG_FLASH_MAP=n
|
||||
CONFIG_FLASH_MAP_SHELL=n
|
||||
CONFIG_ADC=n
|
||||
CONFIG_ADC_SHELL=n
|
||||
CONFIG_CAN=n
|
||||
CONFIG_CAN_SHELL=n
|
||||
|
|
|
@ -2,3 +2,4 @@ tests:
|
|||
board.shell:
|
||||
tags: shell
|
||||
harness: keyboard
|
||||
platform_whitelist: nrf52840_pca10056 frdm_k64f
|
Loading…
Add table
Add a link
Reference in a new issue