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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 5 Jun 2019 17:47:34 +0000 (13:47 -0400)
commitaf4bbfc790800f252f974ac3ea77643b2b0ffc4a
tree138852d0d816e1a095d99015050217a3e66aff0c
parent3cdfbaeab23e6ed4268d606cb67c50ec9e8646a0
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.025408 seconds and 4 git commands to generate.