Fix: replace 'modprobe -l' by lsmod in kernel test
[lttng-tools.git] / tests / test_list.py
index bb9748afc2b2bc89a20f08808a316f5e7a272bb4..818f660a4608cfc35328dab35a9a88e177d9ba06 100644 (file)
@@ -41,9 +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
+    },
+    {
+    # Deactivated. This test last 20 minutes...
+    '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
+    },
+    {
+    '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
     },
 ]
This page took 0.022884 seconds and 4 git commands to generate.