X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftest_list.py;h=238164a3fdcbeda15c051c879c4bbabaf8e2efd1;hb=5fa325800d52b417e45b98cc659d3360c4f6c9d5;hp=bb9748afc2b2bc89a20f08808a316f5e7a272bb4;hpb=355f483d1713d1e047ad6256bea039cb693ae38e;p=lttng-tools.git diff --git a/tests/test_list.py b/tests/test_list.py index bb9748afc..238164a3f 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -46,4 +46,23 @@ Tests = \ 'desc': "Test multiple events during tracing", 'success': 0, 'enabled': True }, + { + 'bin': "ust/high-throughput/run", 'daemon': True, 'kern': False, + 'name': "UST tracer - Testing high events throughput", + 'desc': "Test multiple large number of events with concurrent application", + 'success': 0, 'enabled': True + }, + { + 'bin': "ust/low-throughput/run", 'daemon': True, 'kern': False, + 'name': "UST tracer - Testing high events throughput", + 'desc': "Test low throughput of events", + 'success': 0, 'enabled': False + # Deactivated. This test last 20 minutes... + }, + { + 'bin': "ust/before-after/run", 'daemon': True, 'kern': False, + 'name': "UST tracer - Tracing before and after app execution", + 'desc': "Test tracing before and after app execution", + 'success': 0, 'enabled': True + }, ]