tests: remove unnecessary message iterator classes
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 7 Jan 2020 03:23:08 +0000 (22:23 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Jan 2020 20:15:24 +0000 (15:15 -0500)
commita797a36fa286c4c16999dd9972a4e81338e3d7b8
tree4aab19fcbbb00d39bbab7dd5d6981df561108ed8
parentfefeaab395dd9ecceafd67cd55e78f182f62e884
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.024322 seconds and 4 git commands to generate.