From fe0e4ca354987d25f438bd241e462d4f933ebfcd Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Sat, 30 May 2020 22:24:37 -0400 Subject: [PATCH] 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 --- tests/plugins/src.ctf.lttng-live/test_live | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.34.1