SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / tests / regression / tools / health / test_thread_stall
... / ...
CommitLineData
1#!/bin/bash
2#
3# Copyright (C) 2012 Christian Babeux <christian.babeux@efficios.com>
4# Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5#
6# SPDX-License-Identifier: LGPL-2.1-only
7
8TEST_DESC="Health check - Thread stall"
9
10SESSION_NAME="health_thread_stall"
11SESSIOND_PRELOAD=".libs/libhealthstall.so"
12TEST_SUFFIX="STALL"
13CURDIR=$(dirname $(readlink -f $0))
14
15source ${CURDIR}/test_health.sh
This page took 0.02586 seconds and 5 git commands to generate.