Skip to content

Commit

Permalink
tests: wdt_basic_api: make mec15xxevb_assy6853 build only
Browse files Browse the repository at this point in the history
The bootloader on mec15xxevb_assy6853 clears the memory on reboot,
which would fail the wdt_basic_api test. Instead of simply exclude
the platform, add a build only test for this board so the watchdog
is being built to avoid build breakage.

Fixes zephyrproject-rtos#20301

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
  • Loading branch information
dcpleung authored and hakehuang committed Mar 18, 2020
1 parent e7f5798 commit 1941cdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/drivers/watchdog/wdt_basic_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ tests:
depends_on: watchdog
tags: drivers watchdog
filter: not CONFIG_WDT_SAM
platform_exclude: nucleo_l496zg nucleo_f401re
platform_exclude: nucleo_l496zg nucleo_f401re mec15xxevb_assy6853
drivers.watchdog.nucleo_l496zg:
depends_on: watchdog
tags: drivers watchdog
extra_args: CONF_FILE="prj.conf;nucleo_l496zg.conf"
platform_whitelist: nucleo_l496zg
drivers.watchdog.mec15xxevb_assy6853:
depends_on: watchdog
tags: drivers watchdog
build_only: true
platform_whitelist: mec15xxevb_assy6853

0 comments on commit 1941cdd

Please sign in to comment.