zephyr/tests/drivers/rtc/rtc_api/testcase.yaml
Bjarki Arge Andreasen 5f80f30747 tests/drivers/rtc: Add qemu_x86_64 board to test suite
This commit adds overlay and conf for the qemu_x86_64 board
to the RTC API test suite, and adds support for the RTC
subsystem to the qemu_x86_64's yaml file.

The commit also specifies integration platforms for the
RTC API test suite, since the qemu_x86_64 board runs in
real-time, causing it to time out if the test suite runs
for it.

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
2023-08-09 07:27:40 -04:00

14 lines
259 B
YAML

# Copyright (c) 2022 Bjarki Arge Andreasen
# SPDX-License-Identifier: Apache-2.0
tests:
drivers.rtc.rtc_api:
tags:
- drivers
- rtc
- api
filter: dt_alias_exists("rtc")
depends_on: rtc
platform_exclude:
- qemu_x86_64