Commit eb6f2031 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

tests: fix meta data of peripheral tests



Improve naming of tests.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent c0149cc0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
tests:
  test_uart:
  peripheral.uart:
    tags: drivers
    filter: CONFIG_UART_CONSOLE
    harness: keyboard
  test_uart_poll:
  peripheral.poll:
    extra_args: CONF_FILE=prj_poll.conf
    tags: drivers
    filter: CONFIG_UART_CONSOLE
    harness: keyboard
  test_uart_shell:
  peripheral.shell:
    extra_args: CONF_FILE=prj_shell.conf
    tags: drivers
    filter: CONFIG_UART_CONSOLE
+2 −2
Original line number Diff line number Diff line
tests:
  test_watchdog_int_reset:
  peripheral.watchdog.int_reset:
    extra_args: CFLAGS=-DINT_RESET
    platform_whitelist: quark_se_c1000_devboard quark_d2000_crb
    tags: drivers
  test_watchdog_reset:
  peripheral.watchdog.reset:
    platform_whitelist: quark_se_c1000_devboard quark_d2000_crb
    tags: drivers