Fix: tests: create correct field class in bt_plugin_test_debug_info.py
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 13 Jun 2022 13:18:01 +0000 (09:18 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 13 Jun 2022 17:36:29 +0000 (13:36 -0400)
commit52ea95936a4a5d6f72acaaf97de5d8a428d8d9cc
tree94da8b5dadc3c515c29f31aa33ebc61fb7323b2e
parent1734ca556c81015106a7d533fc9a68192073e22b
Fix: tests: create correct field class in bt_plugin_test_debug_info.py

The wrong function is used to create this component class.  The
intention is to create a static array field class, but
create_dynamic_array_field_class is used.  Change it to
create_static_array_field_class.  Length 3 matches the length of the
value set in CompleteIter.__init__.

Change-Id: I69962e10c2f4b945487d7b818adcd71b460fe17b
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8327
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/data/plugins/flt.lttng-utils.debug-info/bt_plugin_test_debug_info.py
This page took 0.024044 seconds and 4 git commands to generate.