Fix tests when lttng-ust is disabled
[lttng-tools.git] / tests / test_list.py
index bb9748afc2b2bc89a20f08808a316f5e7a272bb4..375e07320e8408fffe3ea960e4861cd4992d9e41 100644 (file)
@@ -46,4 +46,17 @@ 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...
+    },
 ]
This page took 0.023075 seconds and 4 git commands to generate.