X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftest_list.py;h=375e07320e8408fffe3ea960e4861cd4992d9e41;hp=80e76491d1edc38ab12cef26efa5546d9f978530;hb=4d5b973e8e468bf99fc9229b9b7a67bfdfe09924;hpb=e72d66a658231b37d7dc1525ed5c2e5e9a3f0668 diff --git a/tests/test_list.py b/tests/test_list.py index 80e76491d..375e07320 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -52,4 +52,11 @@ Tests = \ '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... + }, ]