X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2Ftest_low_throughput;h=a1948aa47f81c122bae26dd4e38d73019140fa72;hb=96340a015194538227efcbc654ec02c2ed9961ce;hp=197210afeef23f2c42f859ee9cc29f0d7e302dc3;hpb=362e2a1cc1d91634b414ddab2edb77faa1363e4f;p=lttng-tools.git diff --git a/tests/regression/ust/low-throughput/test_low_throughput b/tests/regression/ust/low-throughput/test_low_throughput index 197210afe..a1948aa47 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,17 +35,19 @@ 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 +stop_lttng_tracing_ok $SESSION_NAME destroy_lttng_session $SESSION_NAME stop_lttng_sessiond