public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] runtest: Merge runtest/connectors to kernel_misc
@ 2023-12-15 13:06 Petr Vorel
  2023-12-18  8:08 ` Li Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vorel @ 2023-12-15 13:06 UTC (permalink / raw)
  To: ltp

cn_pec.sh was the only item for runtest/connectors.
Some frameworks (e.g. openQA) start new VM for each runtest,
which is waste of time for only single VM.

cn_pec.sh is a netlink connector test, but there is no generic network
runtest, thus move it to runtest/kernel_misc.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 runtest/connectors  | 2 --
 runtest/kernel_misc | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 runtest/connectors

diff --git a/runtest/connectors b/runtest/connectors
deleted file mode 100644
index 2c7aed474..000000000
--- a/runtest/connectors
+++ /dev/null
@@ -1,2 +0,0 @@
-#DESCRIPTION:Netlink Connector tests
-cn_pec_sh cn_pec.sh
diff --git a/runtest/kernel_misc b/runtest/kernel_misc
index abb75ebaf..02b0ddd1a 100644
--- a/runtest/kernel_misc
+++ b/runtest/kernel_misc
@@ -1,3 +1,4 @@
+cn_pec_sh cn_pec.sh
 kmsg01 kmsg01
 fw_load fw_load
 rtc01 rtc01
-- 
2.43.0


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

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

* Re: [LTP] [PATCH 1/1] runtest: Merge runtest/connectors to kernel_misc
  2023-12-15 13:06 [LTP] [PATCH 1/1] runtest: Merge runtest/connectors to kernel_misc Petr Vorel
@ 2023-12-18  8:08 ` Li Wang
  2023-12-18  9:10   ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Li Wang @ 2023-12-18  8:08 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp

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



-- 
Regards,
Li Wang

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

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

* Re: [LTP] [PATCH 1/1] runtest: Merge runtest/connectors to kernel_misc
  2023-12-18  8:08 ` Li Wang
@ 2023-12-18  9:10   ` Petr Vorel
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2023-12-18  9:10 UTC (permalink / raw)
  To: Li Wang; +Cc: ltp

Hi Li,

thanks a lot, merged!

Kind regards,
Petr

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

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

end of thread, other threads:[~2023-12-18  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 13:06 [LTP] [PATCH 1/1] runtest: Merge runtest/connectors to kernel_misc Petr Vorel
2023-12-18  8:08 ` Li Wang
2023-12-18  9:10   ` Petr Vorel

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