Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / health / test_health.sh
index 39f5b874e50e5d756e958491d7f93fef3fec6da2..27571d05f737ff908f91f44eecde60c5996074aa 100644 (file)
@@ -15,7 +15,6 @@
 # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 TESTDIR=${CURDIR}/../../..
-LTTNG_BIN="lttng"
 UST_EVENT_NAME="tp:tptest"
 KERNEL_EVENT_NAME="sched_switch"
 CHANNEL_NAME="testchan"
@@ -25,14 +24,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.025986 seconds and 5 git commands to generate.