Skip to content

Backport v2024 <- v2025dev2: Skip tests for p2p technology

Walter Lozano requested to merge wip/wlozano/skip-p2p-v2024 into apertis/v2024

Backport !16 (merged)

Boards that have WiFi adapters can detect P2P networks, in which case an entry in the technology list will appear. Unfortunately this leads to a test failure, since the current set of tests do not apply for p2p.

To avoid this issue, skip the test for p2p as it is something we are not interested for now.

test_technologies test_technology_enable /net/connman/technology/p2p Call failed: Method "GetProperties" with signature "" on interface "net.connman.Technology" doesn't exist Call failed: Method "SetProperty" with signature "sv" on interface "net.connman.Technology" doesn't exist FAILED

infrastructure/apertis-issues#524 (closed)

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Edited by Walter Lozano

Merge request reports