health check tests: test relayd and consumerd
[lttng-tools.git] / tests / regression / tools / health / test_thread_stall
CommitLineData
5862a19a
CB
1#!/bin/bash
2#
3# Copyright (C) - 2012 Christian Babeux <christian.babeux@efficios.com>
a33d2d4a 4# Copyright (C) - 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5862a19a
CB
5#
6# This program is free software; you can redistribute it and/or modify it
7# under the terms of the GNU General Public License, version 2 only, as
8# published by the Free Software Foundation.
9#
10# This program is distributed in the hope that it will be useful, but WITHOUT
11# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13# more details.
14#
15# You should have received a copy of the GNU General Public License along with
16# this program; if not, write to the Free Software Foundation, Inc., 51
17# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
19TEST_DESC="Health check - Thread stall"
20
5862a19a 21SESSION_NAME="health_thread_stall"
5862a19a 22SESSIOND_PRELOAD=".libs/libhealthstall.so"
a33d2d4a
MD
23TEST_SUFFIX="STALL"
24CURDIR=$(dirname $(readlink -f $0))
5862a19a 25
a33d2d4a 26source ${CURDIR}/test_health.sh
This page took 0.031646 seconds and 5 git commands to generate.