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>
14 lines
259 B
YAML
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
|