Change the UST event hash table match function
[lttng-tools.git] / tests / test_list.py
index 069429dfb7db1a502af7638528d441a5f8d0538a..cf16094c421404376d2f6c3d573eef40ca64bcba 100644 (file)
@@ -18,6 +18,18 @@ Tests = \
     'desc': "Test UST data structures and methods.",
     'success': 0, 'enabled': True
     },
+    {
+    'bin': "tools/streaming/run-ust", 'daemon': True, 'kern': False,
+    'name': "UST network streaming",
+    'desc': "Test user space tracing network streaming support",
+    'success': 0, 'enabled': True
+    },
+    {
+    'bin': "tools/streaming/run-kernel", 'daemon': True, 'kern': True,
+    'name': "Kernel network streaming",
+    'desc': "Test kernel tracing network streaming support",
+    'success': 0, 'enabled': True
+    },
 
     #### KERNEL ####
     {
@@ -41,12 +53,6 @@ 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",
-    '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",
This page took 0.022743 seconds and 4 git commands to generate.