All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [KIRK PATCH 1/1] README: Document passing environment variables
@ 2024-06-07 11:53 Petr Vorel
  2024-06-10  6:58 ` Andrea Cervesato via ltp
  0 siblings, 1 reply; 6+ messages in thread
From: Petr Vorel @ 2024-06-07 11:53 UTC (permalink / raw)
  To: ltp

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 72e5c56..cb69049 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,10 @@ Some basic commands are the following:
         --sut ssh:host=myhost.com:user=root:key_file=myhost_id_rsa \
         --run-suite syscalls --workers 16
 
+    # pass environment variables (list of key=value separated by ':')
+    ./kirk --framework ltp --run-suite net.features \
+        --env 'VIRT_PERF_THRESHOLD=180:LTP_NET_FEATURES_IGNORE_PERFORMANCE_FAILURE=1'
+
 It's possible to run a single command before running testing suites using
 `--run-command` option as following:
 
-- 
2.45.1


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

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

end of thread, other threads:[~2024-06-10 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 11:53 [LTP] [KIRK PATCH 1/1] README: Document passing environment variables Petr Vorel
2024-06-10  6:58 ` Andrea Cervesato via ltp
2024-06-10  9:32   ` Petr Vorel
2024-06-10 10:52     ` Andrea Cervesato via ltp
2024-06-10 10:57       ` Petr Vorel
2024-06-10 12:33         ` 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.