X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftest_list.py;h=818f660a4608cfc35328dab35a9a88e177d9ba06;hb=c72b7d965eb65a9f49a5615cac731cec3082aa7f;hp=80e76491d1edc38ab12cef26efa5546d9f978530;hpb=e72d66a658231b37d7dc1525ed5c2e5e9a3f0668;p=lttng-tools.git diff --git a/tests/test_list.py b/tests/test_list.py index 80e76491d..818f660a4 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -41,15 +41,28 @@ Tests = \ 'success': 0, 'enabled': True }, { - 'bin': "ust/nevents/run", 'daemon': True, 'kern': False, - 'name': "UST tracer - Generate multiple events", - 'desc': "Test multiple events during tracing", + '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/high-throughput/run", 'daemon': True, 'kern': False, + # Deactivated. This test last 20 minutes... + 'bin': "ust/low-throughput/run", 'daemon': True, 'kern': False, 'name': "UST tracer - Testing high events throughput", - 'desc': "Test multiple large number of events with concurrent application", + 'desc': "Test low throughput of events", + 'success': 0, 'enabled': False + }, + { + '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 + }, + { + 'bin': "ust/multi-session/run", 'daemon': True, 'kern': False, + 'name': "UST tracer - Multi-session", + 'desc': "Test tracing with 4 sessions for one application", 'success': 0, 'enabled': True }, ]