ltp: fix missing connectors tests in scenario_groups/default

Upstream moved the connectors tests to kernel_misc group but didn't
update the group index, this cause test kernel by group report error.

(From OE-Core rev: 360c6230f8466975b2907d23c056110296c4e68d)

Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Xiangyu Chen
2024-03-21 14:07:02 +08:00
committed by Richard Purdie
parent ab02ac1b27
commit 212be69715
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
From 14c710cae38aa96bd8d681e891b6a1d691f99988 Mon Sep 17 00:00:00 2001
From: Xiangyu Chen <xiangyu.chen@windriver.com>
Date: Thu, 14 Mar 2024 09:47:10 +0800
Subject: [PATCH] scenario_groups/default: remove connectors
runtest/connectors was removed in 9b642d89c, thus update scenario_groups/default.
Fixes: 9b642d89c ("runtest: Merge runtest/connectors to kernel_misc")
Closes: https://github.com/linux-test-project/ltp/pull/1144
Upstream-Status: Backport from
[https://github.com/linux-test-project/ltp/commit/14c710ca]
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
---
scenario_groups/default | 1 -
1 file changed, 1 deletion(-)
diff --git a/scenario_groups/default b/scenario_groups/default
index f17b2061a..ec77d8fb8 100644
--- a/scenario_groups/default
+++ b/scenario_groups/default
@@ -16,7 +16,6 @@ controllers
filecaps
cap_bounds
fcntl-locktests
-connectors
power_management_tests
hugetlb
commands
--
2.34.1

View File

@@ -28,6 +28,7 @@ SRCREV = "68737d20556d37364c95776044b1119c0912a36a"
SRC_URI = "git://github.com/linux-test-project/ltp.git;branch=master;protocol=https \
file://0001-Remove-OOM-tests-from-runtest-mm.patch \
file://0001-scenario_groups-default-remove-connectors.patch \
"
S = "${WORKDIR}/git"