tests: remove unnecessary message iterator classes
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 7 Jan 2020 03:23:08 +0000 (22:23 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 7 Jan 2020 15:26:57 +0000 (15:26 +0000)
commit5c61fb9d5be835a0efc87f7764117c4d05e0ae5a
treedfae1a5987203a0c70eecb84b5db7a2bc3c8d05e
parent1606ab4cf99d9a9063a1c38bbddb3f5f49db8969
tests: remove unnecessary message iterator classes

These user message iterator classes don't do anything special, we can
remove them and pass bt2._UserMessageIterator directly to the components
instead, reducing a little bit the noise in the tests.

Some classes in test_component_class.py were simply unused, so I removed
them.

Change-Id: I79f787b9d121a3dc6456f81090ebf51d088d2c73
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2736
Tested-by: jenkins <jenkins@lttng.org>
tests/bindings/python/bt2/test_component_class.py
tests/bindings/python/bt2/test_connection.py
tests/bindings/python/bt2/test_graph.py
tests/bindings/python/bt2/test_port.py
This page took 0.02471 seconds and 4 git commands to generate.