X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fstreaming%2Ftest_kernel;h=9ab43882c308ef88bc604f68e1671ed92a2eec43;hb=4287ce26d07de052721a2c1f9a3e3270cd867450;hp=6bb23d9f54e7da4a967e57d1b58e660297a0f312;hpb=9c8a396496a28702730192ae1ded06105c54c5dc;p=lttng-tools.git diff --git a/tests/regression/tools/streaming/test_kernel b/tests/regression/tools/streaming/test_kernel index 6bb23d9f5..9ab43882c 100755 --- a/tests/regression/tools/streaming/test_kernel +++ b/tests/regression/tools/streaming/test_kernel @@ -1,25 +1,14 @@ #!/bin/bash # -# Copyright (C) - 2012 David Goulet +# Copyright (C) 2012 David Goulet # -# This library is free software; you can redistribute it and/or modify it under -# the terms of the GNU Lesser General Public License as published by the Free -# Software Foundation; version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more -# details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this library; if not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# SPDX-License-Identifier: LGPL-2.1-only + TEST_DESC="Streaming - Kernel tracing" CURDIR=$(dirname $0)/ TESTDIR=$CURDIR/../../.. EVENT_NAME="sched_switch" -PID_RELAYD=0 SESSION_NAME="" TRACE_PATH=$(mktemp -d) @@ -28,18 +17,10 @@ NUM_TESTS=10 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 $SESSION_NAME" -} - function test_kernel_before_start () { diag "Test kernel streaming with event enable BEFORE start" - lttng_create_session_uri + create_lttng_session_uri $SESSION_NAME net://localhost lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME start_lttng_tracing_ok $SESSION_NAME # Give a second @@ -53,7 +34,7 @@ function test_kernel_before_start () function test_kernel_after_start () { diag "Test kernel streaming with event enable AFTER start" - lttng_create_session_uri + create_lttng_session_uri $SESSION_NAME net://localhost start_lttng_tracing_ok $SESSION_NAME lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME # Give a second