Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / stress / test_multi_sessions_per_uid_5app_streaming
index 36a15d92e8a545011e202aedbb944f03239603d7..1eafbd84ca521fbd70b3f89ddd5c3de05a03673f 100755 (executable)
@@ -117,16 +117,16 @@ test_stress()
                        enable_channel_per_uid $SESSION_NAME-$a $CHANNEL_NAME
                        check_sessiond
                        check_relayd
-                       enable_ust_lttng_event $SESSION_NAME-$a $EVENT_NAME
+                       enable_ust_lttng_event_ok $SESSION_NAME-$a $EVENT_NAME
                        check_sessiond
                        check_relayd
-                       start_lttng_tracing $SESSION_NAME-$a
+                       start_lttng_tracing_ok $SESSION_NAME-$a
                        check_sessiond
                        check_relayd
                done
 
                for a in $(seq 1 $NR_SESSION); do
-                       stop_lttng_tracing $SESSION_NAME-$a
+                       stop_lttng_tracing_ok $SESSION_NAME-$a
                        check_sessiond
                        check_relayd
                        destroy_lttng_session $SESSION_NAME-$a
This page took 0.024303 seconds and 4 git commands to generate.