diff mbox series

[v4,1/2] Replace runltp-ng with kirk framework

Message ID 20230918092219.24151-2-andrea.cervesato@suse.de
State Superseded
Headers show
Series Add kirk & ltx tools | expand

Commit Message

Andrea Cervesato Sept. 18, 2023, 9:22 a.m. UTC
From: Andrea Cervesato <andrea.cervesato@suse.com>

Kirk application is the runltp-ng successor and it aims to merge
multiple Linux testing frameworks in one tool, providing support
for remote testing via Qemu, SSH, LTX, parallel execution and much
more.

This patch deprecates runltp-ng, which is not replaced by kirk. All
runltp-ng features are present in kirk and even more.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
 .gitmodules     | 6 +++---
 tools/kirk      | 1 +
 tools/runltp-ng | 1 -
 3 files changed, 4 insertions(+), 4 deletions(-)
 create mode 160000 tools/kirk
 delete mode 160000 tools/runltp-ng

Comments

Richard Palethorpe Sept. 18, 2023, 10:09 a.m. UTC | #1
Hello,

Acked-by: Richard Palethorpe <rpalethorpe@suse.com>

Andrea Cervesato <andrea.cervesato@suse.de> writes:

> From: Andrea Cervesato <andrea.cervesato@suse.com>
>
> Kirk application is the runltp-ng successor and it aims to merge
> multiple Linux testing frameworks in one tool, providing support
> for remote testing via Qemu, SSH, LTX, parallel execution and much
> more.
>
> This patch deprecates runltp-ng, which is not replaced by kirk. All
> runltp-ng features are present in kirk and even more.
>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> ---
>  .gitmodules     | 6 +++---
>  tools/kirk      | 1 +
>  tools/runltp-ng | 1 -
>  3 files changed, 4 insertions(+), 4 deletions(-)
>  create mode 160000 tools/kirk
>  delete mode 160000 tools/runltp-ng
>
> diff --git a/.gitmodules b/.gitmodules
> index d1d558b9e..088023039 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -4,6 +4,6 @@
>  [submodule "tools/sparse/sparse-src"]
>  	path = tools/sparse/sparse-src
>  	url = git://git.kernel.org/pub/scm/devel/sparse/sparse.git
> -[submodule "tools/runltp-ng"]
> -	path = tools/runltp-ng
> -	url = https://github.com/linux-test-project/runltp-ng.git
> +[submodule "tools/kirk"]
> +	path = tools/kirk
> +	url = https://github.com/linux-test-project/kirk.git
> diff --git a/tools/kirk b/tools/kirk
> new file mode 160000
> index 000000000..666a2bd8d
> --- /dev/null
> +++ b/tools/kirk
> @@ -0,0 +1 @@
> +Subproject commit 666a2bd8dbf583732ed415abf1bae39bd8791061
> diff --git a/tools/runltp-ng b/tools/runltp-ng
> deleted file mode 160000
> index e842511ed..000000000
> --- a/tools/runltp-ng
> +++ /dev/null
> @@ -1 +0,0 @@
> -Subproject commit e842511ed2c680e3b2ea6dec790913a41d5ed937
> -- 
> 2.35.3
Petr Vorel Sept. 18, 2023, 10:49 a.m. UTC | #2
Hi Andrea,

> Kirk application is the runltp-ng successor and it aims to merge
> multiple Linux testing frameworks in one tool, providing support
> for remote testing via Qemu, SSH, LTX, parallel execution and much
> more.

> This patch deprecates runltp-ng, which is not replaced by kirk. All
s/deprecates/removes/
s/not/now/

This could be done before merge, but kirk needs ln -sf instead of just ln -s:

https://github.com/linux-test-project/kirk/pull/2
Andrea just merged it.

=> That will need v5.

> runltp-ng features are present in kirk and even more.

Kind regards,
Petr
diff mbox series

Patch

diff --git a/.gitmodules b/.gitmodules
index d1d558b9e..088023039 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,6 +4,6 @@ 
 [submodule "tools/sparse/sparse-src"]
 	path = tools/sparse/sparse-src
 	url = git://git.kernel.org/pub/scm/devel/sparse/sparse.git
-[submodule "tools/runltp-ng"]
-	path = tools/runltp-ng
-	url = https://github.com/linux-test-project/runltp-ng.git
+[submodule "tools/kirk"]
+	path = tools/kirk
+	url = https://github.com/linux-test-project/kirk.git
diff --git a/tools/kirk b/tools/kirk
new file mode 160000
index 000000000..666a2bd8d
--- /dev/null
+++ b/tools/kirk
@@ -0,0 +1 @@ 
+Subproject commit 666a2bd8dbf583732ed415abf1bae39bd8791061
diff --git a/tools/runltp-ng b/tools/runltp-ng
deleted file mode 160000
index e842511ed..000000000
--- a/tools/runltp-ng
+++ /dev/null
@@ -1 +0,0 @@ 
-Subproject commit e842511ed2c680e3b2ea6dec790913a41d5ed937