From 6273e1489ebc72fc80d71b28cb419841d8dfd9c4 Mon Sep 17 00:00:00 2001 From: Cheng-Cheng Lo Date: Tue, 1 Oct 2024 14:29:43 +0800 Subject: [PATCH] ANDROID: install KUnit tests dependencies and enable regmap-kunit. Some KUnit tests require specific kernel modules to be installed. For example, regmap-kunit depends on regmap-ram and regmap-raw-ram. Bug: 361411967 Test: abtd Change-Id: I6e6862492c28e5dd3466a71cca713f1c44737fcd Signed-off-by: Cheng-Cheng Lo --- .../kunit/android/tradefed_configs/config_arm64.xml | 10 +++++++--- .../kunit/android/tradefed_configs/config_x86_64.xml | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/tools/testing/kunit/android/tradefed_configs/config_arm64.xml b/tools/testing/kunit/android/tradefed_configs/config_arm64.xml index 80f05ac73396..29e7e4f7d303 100644 --- a/tools/testing/kunit/android/tradefed_configs/config_arm64.xml +++ b/tools/testing/kunit/android/tradefed_configs/config_arm64.xml @@ -11,12 +11,16 @@