X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftest_list.py;h=21afa1c45d8d17a2de342eb5293d0dc32bb7123c;hp=2a613b92bc3337cb8f0513e2a626a5b47107ee3b;hb=c69130a8727d8ede046f7f8d8d10a1366a2a6945;hpb=5d2e1e66a968d9e555f9b8b00d0589ebfaf3de32 diff --git a/tests/regression/test_list.py b/tests/regression/test_list.py index 2a613b92b..21afa1c45 100755 --- a/tests/regression/test_list.py +++ b/tests/regression/test_list.py @@ -100,15 +100,21 @@ Tests = \ # Tools health check tests { + 'bin': "tools/health/health_thread_ok", 'daemon': "test", 'kern': True, + 'name': "Health check - Threads OK", + 'desc': "Verify that health check is OK when running lttng-sessiond, lttng-consumerd, and lttng-relayd", + 'success': 0, 'enabled': True + }, + { 'bin': "tools/health/health_thread_exit", 'daemon': "test", 'kern': True, 'name': "Health check - Thread exit", - 'desc': "Call exit in the various lttng-sessiond threads and ensure that health failure is detected", + 'desc': "Call exit in the various lttng-sessiond, lttng-consumerd, lttng-relayd threads and ensure that health failure is detected", 'success': 0, 'enabled': True }, { 'bin': "tools/health/health_thread_stall", 'daemon': "test", 'kern': True, 'name': "Health check - Thread stall", - 'desc': "Stall the various lttng-sessiond threads and ensure that health failure is detected", + 'desc': "Stall the various lttng-sessiond, lttng-consumerd, lttng-relayd threads and ensure that health failure is detected", 'success': 0, 'enabled': True }, {