X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2Ftest_low_throughput;h=4820485f7379adc45228d6f6e5e16865f00c670d;hp=197210afeef23f2c42f859ee9cc29f0d7e302dc3;hb=67b4c664e2c6c6dc19920555c0abf094ed6cbe00;hpb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32 diff --git a/tests/regression/ust/low-throughput/test_low_throughput b/tests/regression/ust/low-throughput/test_low_throughput index 197210afe..4820485f7 100755 --- a/tests/regression/ust/low-throughput/test_low_throughput +++ b/tests/regression/ust/low-throughput/test_low_throughput @@ -25,8 +25,6 @@ NUM_TESTS=8 source $TESTDIR/utils/utils.sh -print_test_banner "$TEST_DESC" - if [ ! -x "$CURDIR/$BIN_NAME" ]; then BAIL_OUT "No UST nevents binary detected." fi @@ -37,18 +35,20 @@ TRACE_PATH=$(mktemp -d) plan_tests $NUM_TESTS +print_test_banner "$TEST_DESC" + start_lttng_sessiond -create_lttng_session $SESSION_NAME $TRACE_PATH +create_lttng_session_ok $SESSION_NAME $TRACE_PATH -enable_ust_lttng_event $SESSION_NAME $EVENT_NAME -start_lttng_tracing $SESSION_NAME +enable_ust_lttng_event_ok $SESSION_NAME $EVENT_NAME +start_lttng_tracing_ok $SESSION_NAME # This is going to take 20 minutes ./$CURDIR/$BIN_NAME >/dev/null 2>&1 -stop_lttng_tracing $SESSION_NAME -destroy_lttng_session $SESSION_NAME +stop_lttng_tracing_ok $SESSION_NAME +destroy_lttng_session_ok $SESSION_NAME stop_lttng_sessiond