From: Simon Marchi Date: Sun, 31 May 2020 02:24:37 +0000 (-0400) Subject: tests: fix file comment of plugins/src.ctf.lttng-live/test_live X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=fe0e4ca354987d25f438bd241e462d4f933ebfcd tests: fix file comment of plugins/src.ctf.lttng-live/test_live 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 Reviewed-on: https://review.lttng.org/c/babeltrace/+/3599 Reviewed-by: Philippe Proulx --- diff --git a/tests/plugins/src.ctf.lttng-live/test_live b/tests/plugins/src.ctf.lttng-live/test_live index e1766e15..9bbba432 100755 --- a/tests/plugins/src.ctf.lttng-live/test_live +++ b/tests/plugins/src.ctf.lttng-live/test_live @@ -5,11 +5,12 @@ # Copyright (C) 2019 Philippe Proulx # -# 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