bt2: Adapt test_stream.py and make it pass
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 31 May 2019 14:31:35 +0000 (10:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:21 +0000 (17:24 -0400)
commita728f6c3bc60407e8f69022350d728f9a3d6ef0d
treec43863f40a86f41228685042d37e27190f79dc00
parent060aee52aea75e75c1387aeb9df1643fd33ddc50
bt2: Adapt test_stream.py and make it pass

This patch updates test_stream.py and stream.py.  It remove everything
related to equality, copy and deepcopy, as in the previous patches.

Since we don't want to share code between the CTF writer and the
trace-ir objects, the _StreamBase class is removed, and ctf_writer.py is
updated just so import still works.

Change-Id: I72e80694e0c8b401a86ce23d94b6e064afb08ac2
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1292
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
bindings/python/bt2/bt2/ctf_writer.py
bindings/python/bt2/bt2/field_class.py
bindings/python/bt2/bt2/stream.py
bindings/python/bt2/bt2/stream_class.py
bindings/python/bt2/bt2/trace_class.py
tests/bindings/python/bt2/test_stream.py
This page took 0.024731 seconds and 4 git commands to generate.