public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2] Remove runltp `scenario_groups` leftovers
@ 2026-02-24  8:19 Andrea Cervesato
  2026-02-24  8:30 ` Petr Vorel
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Cervesato @ 2026-02-24  8:19 UTC (permalink / raw)
  To: Linux Test Project

From: Andrea Cervesato <andrea.cervesato@suse.com>

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
Changes in v2:
- forgot to keep runltp script
- Link to v1: https://lore.kernel.org/r/20260224-remove_runltp-v1-1-7baa79b65acd@suse.com
---
 scenario_groups/Makefile | 38 --------------------------------------
 scenario_groups/default  | 28 ----------------------------
 scenario_groups/network  | 20 --------------------
 3 files changed, 86 deletions(-)

diff --git a/scenario_groups/Makefile b/scenario_groups/Makefile
deleted file mode 100644
index fcbc9270829e2e496ef8bcc0fb69e558a0bb81ed..0000000000000000000000000000000000000000
--- a/scenario_groups/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-#    scenario-groups Makefile.
-#
-#    Copyright (C) 2010, Linux Test Project.
-#
-#    This program is free software; you can redistribute it and/or modify
-#    it under the terms of the GNU General Public License as published by
-#    the Free Software Foundation; either version 2 of the License, or
-#    (at your option) any later version.
-#
-#    This program is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#    GNU General Public License for more details.
-#
-#    You should have received a copy of the GNU General Public License along
-#    with this program; if not, write to the Free Software Foundation, Inc.,
-#    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-# Ngie Cooper, November 2010
-#
-
-top_srcdir		?= ..
-
-include $(top_srcdir)/include/mk/env_pre.mk
-
-INSTALL_DIR		:= scenario_groups
-
-# Don't copy over the Makefile
-UNWANTED_FILES		:= Makefile
-
-INSTALL_MODE		:= 00644
-
-INSTALL_TARGETS		:= $(filter-out $(UNWANTED_FILES),$(notdir $(patsubst $(abs_srcdir)/%,%,$(sort $(wildcard $(abs_srcdir)/*)))))
-
-MAKE_TARGETS		:=
-
-include $(top_srcdir)/include/mk/generic_leaf_target.mk
diff --git a/scenario_groups/default b/scenario_groups/default
deleted file mode 100644
index 0e76b2bee11c937e878ddf77c94f695129d98dbf..0000000000000000000000000000000000000000
--- a/scenario_groups/default
+++ /dev/null
@@ -1,28 +0,0 @@
-syscalls
-fs
-fs_perms_simple
-dio
-mm
-ipc
-irq
-sched
-math
-nptl
-pty
-containers
-fs_bind
-controllers
-fcntl-locktests
-power_management_tests
-hugetlb
-commands
-hyperthreading
-can
-cpuhotplug
-net.ipv6_lib
-input
-cve
-crypto
-kernel_misc
-uevent
-watchqueue
diff --git a/scenario_groups/network b/scenario_groups/network
deleted file mode 100644
index 974b9fc58317912d194334af28278fa9a22eef65..0000000000000000000000000000000000000000
--- a/scenario_groups/network
+++ /dev/null
@@ -1,20 +0,0 @@
-can
-net.features
-net.ipv6
-net.ipv6_lib
-net.tcp_cmds
-net.multicast
-net.nfs
-net.rpc_tests
-net.tirpc_tests
-net.sctp
-net_stress.appl
-net_stress.broken_ip
-net_stress.interface
-net_stress.ipsec_dccp
-net_stress.ipsec_icmp
-net_stress.ipsec_sctp
-net_stress.ipsec_tcp
-net_stress.ipsec_udp
-net_stress.multicast
-net_stress.route

---
base-commit: f062b34785db121c841f2faed8233b0943cdff27
change-id: 20260224-remove_runltp-ea724bf150db

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH v2] Remove runltp `scenario_groups` leftovers
  2026-02-24  8:19 [LTP] [PATCH v2] Remove runltp `scenario_groups` leftovers Andrea Cervesato
@ 2026-02-24  8:30 ` Petr Vorel
  2026-02-24  8:31   ` Petr Vorel
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2026-02-24  8:30 UTC (permalink / raw)
  To: Andrea Cervesato; +Cc: Linux Test Project

Hi Andrea,

> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
> Changes in v2:
> - forgot to keep runltp script
> - Link to v1: https://lore.kernel.org/r/20260224-remove_runltp-v1-1-7baa79b65acd@suse.com
> ---
>  scenario_groups/Makefile | 38 --------------------------------------
>  scenario_groups/default  | 28 ----------------------------
>  scenario_groups/network  | 20 --------------------

I thought people are using scenario_groups as kind of list of runtest files.
But maybe I'm wrong.

Also, you need to modify top level Makefile, otherwise make install/clean fails.
=> v3 or don't forget to fix before merge.

Kind regards,
Petr

>  3 files changed, 86 deletions(-)

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH v2] Remove runltp `scenario_groups` leftovers
  2026-02-24  8:30 ` Petr Vorel
@ 2026-02-24  8:31   ` Petr Vorel
  2026-02-24  8:55     ` Andrea Cervesato via ltp
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2026-02-24  8:31 UTC (permalink / raw)
  To: Andrea Cervesato, Linux Test Project, Cyril Hrubis

> Hi Andrea,

> > Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> > ---
> > Changes in v2:
> > - forgot to keep runltp script
> > - Link to v1: https://lore.kernel.org/r/20260224-remove_runltp-v1-1-7baa79b65acd@suse.com
> > ---
> >  scenario_groups/Makefile | 38 --------------------------------------
> >  scenario_groups/default  | 28 ----------------------------
> >  scenario_groups/network  | 20 --------------------

> I thought people are using scenario_groups as kind of list of runtest files.
> But maybe I'm wrong.

> Also, you need to modify top level Makefile, otherwise make install/clean fails.
> => v3 or don't forget to fix before merge.

Actually also doc/developers/writing_tests.rst mentions scenario_groups.

Kind regards,
Petr

> Kind regards,
> Petr

> >  3 files changed, 86 deletions(-)

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LTP] [PATCH v2] Remove runltp `scenario_groups` leftovers
  2026-02-24  8:31   ` Petr Vorel
@ 2026-02-24  8:55     ` Andrea Cervesato via ltp
  0 siblings, 0 replies; 4+ messages in thread
From: Andrea Cervesato via ltp @ 2026-02-24  8:55 UTC (permalink / raw)
  To: Petr Vorel, Andrea Cervesato, Linux Test Project, Cyril Hrubis

On Tue Feb 24, 2026 at 9:31 AM CET, Petr Vorel wrote:
> > Hi Andrea,
>
> > > Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> > > ---
> > > Changes in v2:
> > > - forgot to keep runltp script
> > > - Link to v1: https://lore.kernel.org/r/20260224-remove_runltp-v1-1-7baa79b65acd@suse.com
> > > ---
> > >  scenario_groups/Makefile | 38 --------------------------------------
> > >  scenario_groups/default  | 28 ----------------------------
> > >  scenario_groups/network  | 20 --------------------
>
> > I thought people are using scenario_groups as kind of list of runtest files.
> > But maybe I'm wrong.
>
> > Also, you need to modify top level Makefile, otherwise make install/clean fails.
> > => v3 or don't forget to fix before merge.
>
> Actually also doc/developers/writing_tests.rst mentions scenario_groups.
>
> Kind regards,
> Petr
>
> > Kind regards,
> > Petr
>
> > >  3 files changed, 86 deletions(-)

I'm having some bugs in the grep utility at the moment. I guess it's not
in-sync with neovim and having issues to spot all strings inside files.

Sorry for missing this doc thingy. I will fix it on v4...



-- 
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-24  8:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-24  8:19 [LTP] [PATCH v2] Remove runltp `scenario_groups` leftovers Andrea Cervesato
2026-02-24  8:30 ` Petr Vorel
2026-02-24  8:31   ` Petr Vorel
2026-02-24  8:55     ` Andrea Cervesato via ltp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox