X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Fstreaming%2Frun-ust;h=277807faa1ec4187b3dbd48333bc0c8b924b3c78;hp=1c415cc70b44eb2f1436c6b7ce55f47b52b375b5;hb=fb3268e3029673dbb7c6d43b2dcde5e5f9eec07a;hpb=c38b5107fcb9435ea7584e82f6c61319a9391fc0 diff --git a/tests/tools/streaming/run-ust b/tests/tools/streaming/run-ust index 1c415cc70..277807faa 100755 --- a/tests/tools/streaming/run-ust +++ b/tests/tools/streaming/run-ust @@ -68,10 +68,10 @@ function test_ust_before_start () # Run 5 times with a 1 second delay ./$CURDIR/$BIN_NAME 5 1000000 >/dev/null 2>&1 & - start_tracing $SESSION_NAME + start_lttng_tracing $SESSION_NAME wait_apps - stop_tracing $SESSION_NAME + stop_lttng_tracing $SESSION_NAME destroy_lttng_session $SESSION_NAME } @@ -81,18 +81,18 @@ function test_ust_after_start () lttng_create_session lttng_enable_consumer enable_ust_lttng_event $SESSION_NAME $EVENT_NAME - start_tracing $SESSION_NAME + start_lttng_tracing $SESSION_NAME # Run 5 times with a 1 second delay ./$CURDIR/$BIN_NAME 5 1000000 >/dev/null 2>&1 & wait_apps - stop_tracing $SESSION_NAME + stop_lttng_tracing $SESSION_NAME destroy_lttng_session $SESSION_NAME } -start_sessiond -lttng_start_relayd "-o $TRACE_PATH" +start_lttng_sessiond +start_lttng_relayd "-o $TRACE_PATH" tests=( test_ust_before_start test_ust_after_start ) @@ -112,7 +112,7 @@ do done echo "" -stop_sessiond -lttng_stop_relayd +stop_lttng_sessiond +stop_lttng_relayd exit $out