X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fstreaming%2Ftest_high_throughput_limits;h=2412374bb50ce78cbc19b8652859b82692ea31b8;hp=7c253ba84755d1ebb2aa44d67dd0e3d85644af26;hb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32;hpb=0ea4ac57c12607472d511f7eadf2826056fbc018 diff --git a/tests/regression/tools/streaming/test_high_throughput_limits b/tests/regression/tools/streaming/test_high_throughput_limits index 7c253ba84..2412374bb 100755 --- a/tests/regression/tools/streaming/test_high_throughput_limits +++ b/tests/regression/tools/streaming/test_high_throughput_limits @@ -84,14 +84,6 @@ function create_lttng_session_with_uri ok $? "Create session with uri $uri" } -function enable_lttng_consumer -{ - uri=$1 - # Create session with custom URI - $TESTDIR/../src/bin/lttng/$LTTNG_BIN enable-consumer -u $uri >/dev/null 2>&1 - ok $? "Enable consumer with uri $uri" -} - function run_apps { for i in `seq 1 $NR_APP_ITER`; do @@ -115,7 +107,6 @@ function test_high_throughput { NETWORK_URI="net://localhost" create_lttng_session_with_uri $SESSION_NAME $NETWORK_URI - enable_lttng_consumer $NETWORK_URI enable_ust_lttng_event $SESSION_NAME $EVENT_NAME start_lttng_tracing $SESSION_NAME run_apps