X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftracefile-limits%2Ftest_tracefile_size;h=c07972b77f2cba31b3e4e2601d92496370adc1f1;hb=bd6661538d573c0798439f2933474f677a857728;hp=de263bbfb7d7f12a8842a1ce3e77ff6ca7bdda9f;hpb=6c4a91d639747f260ab46decebc50998ef063712;p=lttng-tools.git diff --git a/tests/regression/tools/tracefile-limits/test_tracefile_size b/tests/regression/tools/tracefile-limits/test_tracefile_size index de263bbfb..c07972b77 100755 --- a/tests/regression/tools/tracefile-limits/test_tracefile_size +++ b/tests/regression/tools/tracefile-limits/test_tracefile_size @@ -1,19 +1,8 @@ #!/bin/bash # -# Copyright (C) - 2013 Christian Babeux +# Copyright (C) 2013 Christian Babeux # -# 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="Tracefile size limits" @@ -28,7 +17,7 @@ TESTAPP_PATH="$TESTDIR/utils/testapp" TESTAPP_NAME="gen-ust-events" TESTAPP_BIN="$TESTAPP_PATH/$TESTAPP_NAME/$TESTAPP_NAME" -NUM_TESTS=66 +NUM_TESTS=74 source $TESTDIR/utils/utils.sh @@ -126,6 +115,7 @@ function test_tracefile_size_limit () # Validate tracing data, we should at least have some events + validate_trace_path_ust_pid "$trace_path" "" "gen-ust-eve-ust" validate_trace $event_name $trace_path rm -rf $trace_path @@ -164,6 +154,7 @@ function test_tracefile_size_limit_pagesize () # Validate tracing data, we should at least have some events + validate_trace_path_ust_pid "$trace_path" "" "gen-ust-eve-ust" validate_trace $event_name $trace_path rm -rf $trace_path