Fix: make lttng expand path for trace output opt
[lttng-tools.git] / tests / test_list.py
index 80e76491d1edc38ab12cef26efa5546d9f978530..238164a3fdcbeda15c051c879c4bbabaf8e2efd1 100644 (file)
@@ -52,4 +52,17 @@ 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...
+    },
+    {
+    '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
+    },
 ]
This page took 0.023296 seconds and 4 git commands to generate.