Tests: consolidate session creation with a uri parameter in utils.sh
[lttng-tools.git] / tests / regression / tools / health / test_thread_ok
index ae4596ad73ee0f054f970ef0cb018be27550ec74..7cb845b229ea3de36c54a3a088c3abd2b547b3c6 100755 (executable)
@@ -31,14 +31,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
 {
        # Report health errors
This page took 0.025495 seconds and 5 git commands to generate.