Skip to content

Commit

Permalink
tests: board_shell: rename test.yaml to testcase.yaml
Browse files Browse the repository at this point in the history
testcase file wrongly named test.yaml.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Sep 30, 2019
1 parent 2d48370 commit 965aac3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/boards/board_shell/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ tests:
board.shell:
tags: shell
harness: keyboard
platform_whitelist: nrf52840_pca10056 frdm_k64f

0 comments on commit 965aac3

Please sign in to comment.