Fix: remove enable consumer from test
authorDavid Goulet <dgoulet@efficios.com>
Fri, 1 Mar 2013 17:58:08 +0000 (12:58 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 1 Mar 2013 18:05:36 +0000 (13:05 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/tools/streaming/high_throughput_limits

index ebe5020a69f5bcee1419bbc7dba06fd9b97aac9b..627cb5cf7af495fe174331488cf8819442dab3de 100755 (executable)
@@ -88,13 +88,6 @@ function create_lttng_session_with_uri
        $TESTDIR/../src/bin/lttng/$LTTNG_BIN create -U $uri $sess_name >/dev/null 2>&1
 }
 
-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
-}
-
 function run_apps
 {
        for i in `seq 1 $NR_APP_ITER`; do
@@ -120,7 +113,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.024777 seconds and 4 git commands to generate.