test(dbus): Add unit tests for PiControl D-Bus interface

Introduces initial tests for the PiControl interface in
`dbus_middleware1`. These tests cover basic functionality like checking
activity status and resetting the driver while verifying IOCTL calls.
This commit is contained in:
2025-04-19 14:39:33 +02:00
parent 3f808c55f8
commit 7207845b13
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: 2025 KUNBUS GmbH
# SPDX-License-Identifier: GPL-2.0-or-later