Refactor: test: wrapper for start_lttng_tracing
[lttng-tools.git] / tests / stress / test_multi_sessions_per_uid_10app
index a86b72426b8585c9117a71fe41ddf8f771449181..5d41fa517c7b55cd41cddf5a58e0e0583fd62240 100755 (executable)
@@ -78,13 +78,13 @@ test_stress()
 {
        for b in $(seq 1 $NR_LOOP); do
                for a in $(seq 1 $NR_SESSION); do
-                       create_lttng_session $SESSION_NAME-$a $TRACE_PATH
+                       create_lttng_session_ok $SESSION_NAME-$a $TRACE_PATH
                        check_sessiond
                        enable_channel_per_uid $SESSION_NAME-$a $CHANNEL_NAME
                        check_sessiond
-                       enable_ust_lttng_event $SESSION_NAME-$a $EVENT_NAME
+                       enable_ust_lttng_event_ok $SESSION_NAME-$a $EVENT_NAME
                        check_sessiond
-                       start_lttng_tracing $SESSION_NAME-$a
+                       start_lttng_tracing_ok $SESSION_NAME-$a
                        check_sessiond
                done
 
This page took 0.023221 seconds and 4 git commands to generate.