lib: make packets and packet messages optional, disabled by default
[babeltrace.git] / tests / bindings / python / bt2 / test_packet.py
index ff763dfc182c36726af80563838970a7e988f601..2945f49b56f2e300f7e8ebb51a27198d2ee5d197 100644 (file)
@@ -52,7 +52,8 @@ class PacketTestCase(unittest.TestCase):
         # stream class
         sc = tc.create_stream_class(default_clock_class=clock_class,
                                     event_common_context_field_class=sec,
-                                    packet_context_field_class=pc)
+                                    packet_context_field_class=pc,
+                                    supports_packets=True)
 
         # event context
         ec = tc.create_structure_field_class()
This page took 0.024212 seconds and 4 git commands to generate.