Tests: consolidate session creation with a uri parameter in utils.sh
[lttng-tools.git] / tests / regression / tools / health / test_health.sh
index 39f5b874e50e5d756e958491d7f93fef3fec6da2..5fd0a73049ab0b2ac56c711895aec3fd7a6f9267 100644 (file)
@@ -25,14 +25,6 @@ SLEEP_TIME=30
 
 source $TESTDIR/utils/utils.sh
 
-function lttng_create_session_uri
-{
-       # Create session with default path
-       $TESTDIR/../src/bin/lttng/$LTTNG_BIN create $SESSION_NAME \
-               -U net://localhost >/dev/null 2>&1
-       ok $? "Create session with default path"
-}
-
 function report_errors
 {
        test_thread_error_string="$1"
This page took 0.023335 seconds and 4 git commands to generate.