Merge remote-tracking branch 'cbab-github/tests-cleanup' into cbab
[lttng-tools.git] / tests / regression / tools / streaming / test_high_throughput_limits
index 7c253ba84755d1ebb2aa44d67dd0e3d85644af26..2412374bb50ce78cbc19b8652859b82692ea31b8 100755 (executable)
@@ -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
This page took 0.024806 seconds and 5 git commands to generate.