X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Fsrc.ctf.lttng-live%2Ftest_live;h=9bbba43268b6d01911272bd278bca705fbcc5231;hb=fe0e4ca354987d25f438bd241e462d4f933ebfcd;hp=e1766e158653039f80a2fb0984e5f073afc97a22;hpb=cb50b38fd0c51b3b0c650b2437cbba572321d53a;p=babeltrace.git 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