tests: fix file comment of plugins/src.ctf.lttng-live/test_live
authorSimon Marchi <simon.marchi@efficios.com>
Sun, 31 May 2020 02:24:37 +0000 (22:24 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 18 Oct 2023 15:52:17 +0000 (11:52 -0400)
That comment appears to be a copy-paste leftover from a `src.ctf.fs`
test.  Adjust it to make it relevant to that file.

Change-Id: I943cef771d01589ec432a75128860c7c55aed314
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3599
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/plugins/src.ctf.lttng-live/test_live

index e1766e158653039f80a2fb0984e5f073afc97a22..9bbba43268b6d01911272bd278bca705fbcc5231 100755 (executable)
@@ -5,11 +5,12 @@
 # Copyright (C) 2019 Philippe Proulx <pproulx@efficios.com>
 #
 
-# This test validates that a `src.ctf.fs` component successfully reads
-# specific CTF traces and creates the expected messages.
+# This test validates that a `src.ctf.lttng-live` component successfully does
+# various tasks that a `src.ctf.lttng-live` component is expected to do, like
+# listing tracing sessions and receiving live traces / producing the expected
+# messages out of it.
 #
-# Such CTF traces to open either exist (in `tests/ctf-traces/`)
-# or are generated by this test using local trace generators.
+# A mock LTTng live server is used to feed data to the component.
 
 SH_TAP=1
 
This page took 0.025442 seconds and 4 git commands to generate.