summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp/0001-scenario_groups-default-remove-connectors.patch
blob: 4a50d1ae3880665a3be236b776a1ee8dabcbb4c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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