X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fkernel%2Ftest_clock_override;h=4b185db89f7e4ef9808575b44cc237c7f7e16cc4;hp=1fbba7717884ce60252a7bc770a6876268d1082f;hb=d0e263e7e628d2eba76c883ffc6fb92065e440c7;hpb=3be453c9ec6469235f0dc6cdaec9d55f0a6ee517 diff --git a/tests/regression/kernel/test_clock_override b/tests/regression/kernel/test_clock_override index 1fbba7717..4b185db89 100755 --- a/tests/regression/kernel/test_clock_override +++ b/tests/regression/kernel/test_clock_override @@ -1,20 +1,10 @@ #!/bin/bash # -# Copyright (C) - 2013 Christian Babeux -# Copyright (C) - 2014, 2016 Mathieu Desnoyers +# Copyright (C) 2013 Christian Babeux +# Copyright (C) 2014, 2016 Mathieu Desnoyers # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License, version 2 only, as -# published by the Free Software Foundation. +# SPDX-License-Identifier: GPL-2.0-only # -# This program 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 General Public License for -# more details. -# -# You should have received a copy of the GNU General Public License along with -# this program; if not, write to the Free Software Foundation, Inc., 51 -# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. TEST_DESC="Kernel tracer - Clock override plugin" @@ -50,7 +40,7 @@ function signal_cleanup() { diag "*** Exiting ***" stop_lttng_sessiond - modprobe -r lttng-test lttng-clock-plugin-test lttng-clock + modprobe --remove lttng-test lttng-clock-plugin-test lttng-clock full_cleanup } @@ -92,7 +82,7 @@ function test_clock_override_metadata() destroy_lttng_session_ok $SESSION_NAME stop_lttng_sessiond - modprobe -r lttng-test lttng-clock-plugin-test lttng-clock + modprobe --remove lttng-test lttng-clock-plugin-test lttng-clock local TRACE_METADATA_FILE_PATH="$(find "$TRACE_PATH" -name metadata -type f)" local TRACE_METADATA_DIR="$(dirname "$TRACE_METADATA_FILE_PATH")" @@ -140,7 +130,7 @@ function test_clock_override_timestamp() cut -d, -f1 | uniq | wc -l) test $unique_timestamps_count -gt 1 ok $? "Unique event timestamps without clock override: $unique_timestamps_count expect >1" - rmmod lttng-test + modprobe --remove lttng-test stop_lttng_sessiond # Test with clock override plugin. @@ -158,10 +148,8 @@ function test_clock_override_timestamp() stop_lttng_tracing_ok $SESSION_NAME destroy_lttng_session_ok $SESSION_NAME - rmmod lttng-test stop_lttng_sessiond - rmmod lttng-clock-plugin-test - rmmod lttng-clock + modprobe --remove lttng-clock-plugin-test lttng-clock lttng-test # Use Babeltrace with "-n all" to give a comma separated list for # easy extraction of timestamps.