All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v3] Add runltp-ng to upstream
@ 2022-12-20 14:42 Andrea Cervesato via ltp
  2022-12-21  5:36 ` Li Wang
  2023-01-10  9:51 ` Richard Palethorpe
  0 siblings, 2 replies; 5+ messages in thread
From: Andrea Cervesato via ltp @ 2022-12-20 14:42 UTC (permalink / raw)
  To: ltp; +Cc: Richard Palethorpe

runltp-ng is the next generation runner for Linux Testing Project and it
will replace the current obsolete runltp script in the next future.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
Acked-by: Richard Palethorpe <rpalethorpe@suse.com>
Acked-by: Petr Vorel <pvorel@suse.cz>
---
Use https protocol

 .gitmodules     | 3 +++
 tools/runltp-ng | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 tools/runltp-ng

diff --git a/.gitmodules b/.gitmodules
index a3c34af4b..d1d558b9e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +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
diff --git a/tools/runltp-ng b/tools/runltp-ng
new file mode 160000
index 000000000..39792805b
--- /dev/null
+++ b/tools/runltp-ng
@@ -0,0 +1 @@
+Subproject commit 39792805b3c2c30bde665b01550994aeecff6071
-- 
2.35.3


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

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

* Re: [LTP] [PATCH v3] Add runltp-ng to upstream
  2022-12-20 14:42 [LTP] [PATCH v3] Add runltp-ng to upstream Andrea Cervesato via ltp
@ 2022-12-21  5:36 ` Li Wang
  2022-12-21  8:15   ` Andrea Cervesato via ltp
  2023-01-10  9:51 ` Richard Palethorpe
  1 sibling, 1 reply; 5+ messages in thread
From: Li Wang @ 2022-12-21  5:36 UTC (permalink / raw)
  To: Andrea Cervesato; +Cc: Richard Palethorpe, ltp

Hi Andrea,

On Tue, Dec 20, 2022 at 10:44 PM Andrea Cervesato via ltp <
ltp@lists.linux.it> wrote:

> runltp-ng is the next generation runner for Linux Testing Project and it
> will replace the current obsolete runltp script in the next future.
>

I'm catching up on emails of LTP after back from a covid sick leave,
but generally speaking, this new tool runltp-ng looks pretty good
enough to get started.

I have tried it out simply and decided to dig into details to produce
more valuable feedback.

but now yes I look forward to having it:

Reviewed-by: Li Wang <liwang@redhat.com>



>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> Acked-by: Richard Palethorpe <rpalethorpe@suse.com>
> Acked-by: Petr Vorel <pvorel@suse.cz>
> ---
> Use https protocol
>
>  .gitmodules     | 3 +++
>  tools/runltp-ng | 1 +
>  2 files changed, 4 insertions(+)
>  create mode 160000 tools/runltp-ng
>
> diff --git a/.gitmodules b/.gitmodules
> index a3c34af4b..d1d558b9e 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -4,3 +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
> diff --git a/tools/runltp-ng b/tools/runltp-ng
> new file mode 160000
> index 000000000..39792805b
> --- /dev/null
> +++ b/tools/runltp-ng
> @@ -0,0 +1 @@
> +Subproject commit 39792805b3c2c30bde665b01550994aeecff6071
> --
> 2.35.3
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>

-- 
Regards,
Li Wang

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

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

* Re: [LTP] [PATCH v3] Add runltp-ng to upstream
  2022-12-21  5:36 ` Li Wang
@ 2022-12-21  8:15   ` Andrea Cervesato via ltp
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Cervesato via ltp @ 2022-12-21  8:15 UTC (permalink / raw)
  To: Li Wang; +Cc: ltp@lists.linux.it, Richard Palethorpe

Hi Li,

Thanks for your feedback! For any feedback you can open a issue here https://github.com/linux-test-project/runltp-ng

Regards,
Andrea

Il giorno 21 dic 2022, alle ore 06:36, Li Wang <liwang@redhat.com> ha scritto:


Hi Andrea,

On Tue, Dec 20, 2022 at 10:44 PM Andrea Cervesato via ltp <ltp@lists.linux.it<mailto:ltp@lists.linux.it>> wrote:
runltp-ng is the next generation runner for Linux Testing Project and it
will replace the current obsolete runltp script in the next future.

I'm catching up on emails of LTP after back from a covid sick leave,
but generally speaking, this new tool runltp-ng looks pretty good
enough to get started.

I have tried it out simply and decided to dig into details to produce
more valuable feedback.

but now yes I look forward to having it:

Reviewed-by: Li Wang <liwang@redhat.com<mailto:liwang@redhat.com>>



Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com<mailto:andrea.cervesato@suse.com>>
Acked-by: Richard Palethorpe <rpalethorpe@suse.com<mailto:rpalethorpe@suse.com>>
Acked-by: Petr Vorel <pvorel@suse.cz<mailto:pvorel@suse.cz>>
---
Use https protocol

 .gitmodules     | 3 +++
 tools/runltp-ng | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 tools/runltp-ng

diff --git a/.gitmodules b/.gitmodules
index a3c34af4b..d1d558b9e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
 [submodule "tools/sparse/sparse-src"]
        path = tools/sparse/sparse-src
        url = git://git.kernel.org/pub/scm/devel/sparse/sparse.git<http://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
diff --git a/tools/runltp-ng b/tools/runltp-ng
new file mode 160000
index 000000000..39792805b
--- /dev/null
+++ b/tools/runltp-ng
@@ -0,0 +1 @@
+Subproject commit 39792805b3c2c30bde665b01550994aeecff6071
--
2.35.3


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



--
Regards,
Li Wang

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

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

* Re: [LTP] [PATCH v3] Add runltp-ng to upstream
  2022-12-20 14:42 [LTP] [PATCH v3] Add runltp-ng to upstream Andrea Cervesato via ltp
  2022-12-21  5:36 ` Li Wang
@ 2023-01-10  9:51 ` Richard Palethorpe
  2023-01-10 13:30   ` Andrea Cervesato via ltp
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Palethorpe @ 2023-01-10  9:51 UTC (permalink / raw)
  To: Andrea Cervesato; +Cc: ltp

Hello,

Merged, thanks!

Andrea Cervesato via ltp <ltp@lists.linux.it> writes:

> runltp-ng is the next generation runner for Linux Testing Project and it
> will replace the current obsolete runltp script in the next future.
>
> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
> Acked-by: Richard Palethorpe <rpalethorpe@suse.com>
> Acked-by: Petr Vorel <pvorel@suse.cz>
> ---
> Use https protocol
>
>  .gitmodules     | 3 +++
>  tools/runltp-ng | 1 +
>  2 files changed, 4 insertions(+)
>  create mode 160000 tools/runltp-ng
>
> diff --git a/.gitmodules b/.gitmodules
> index a3c34af4b..d1d558b9e 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -4,3 +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
> diff --git a/tools/runltp-ng b/tools/runltp-ng
> new file mode 160000
> index 000000000..39792805b
> --- /dev/null
> +++ b/tools/runltp-ng
> @@ -0,0 +1 @@
> +Subproject commit 39792805b3c2c30bde665b01550994aeecff6071
> -- 
> 2.35.3


-- 
Thank you,
Richard.

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

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

* Re: [LTP] [PATCH v3] Add runltp-ng to upstream
  2023-01-10  9:51 ` Richard Palethorpe
@ 2023-01-10 13:30   ` Andrea Cervesato via ltp
  0 siblings, 0 replies; 5+ messages in thread
From: Andrea Cervesato via ltp @ 2023-01-10 13:30 UTC (permalink / raw)
  To: rpalethorpe; +Cc: ltp

Thank you!

Andrea

On 1/10/23 10:51, Richard Palethorpe wrote:
> Hello,
>
> Merged, thanks!
>
> Andrea Cervesato via ltp <ltp@lists.linux.it> writes:
>
>> runltp-ng is the next generation runner for Linux Testing Project and it
>> will replace the current obsolete runltp script in the next future.
>>
>> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
>> Acked-by: Richard Palethorpe <rpalethorpe@suse.com>
>> Acked-by: Petr Vorel <pvorel@suse.cz>
>> ---
>> Use https protocol
>>
>>   .gitmodules     | 3 +++
>>   tools/runltp-ng | 1 +
>>   2 files changed, 4 insertions(+)
>>   create mode 160000 tools/runltp-ng
>>
>> diff --git a/.gitmodules b/.gitmodules
>> index a3c34af4b..d1d558b9e 100644
>> --- a/.gitmodules
>> +++ b/.gitmodules
>> @@ -4,3 +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
>> diff --git a/tools/runltp-ng b/tools/runltp-ng
>> new file mode 160000
>> index 000000000..39792805b
>> --- /dev/null
>> +++ b/tools/runltp-ng
>> @@ -0,0 +1 @@
>> +Subproject commit 39792805b3c2c30bde665b01550994aeecff6071
>> -- 
>> 2.35.3
>


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

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

end of thread, other threads:[~2023-01-10 13:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 14:42 [LTP] [PATCH v3] Add runltp-ng to upstream Andrea Cervesato via ltp
2022-12-21  5:36 ` Li Wang
2022-12-21  8:15   ` Andrea Cervesato via ltp
2023-01-10  9:51 ` Richard Palethorpe
2023-01-10 13:30   ` Andrea Cervesato via ltp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.