On commit c2cf6683, the method get_test_labels was added, when there was already such a method with the exact same implementation. Let's get rid of the newest.
CC: Cleber Rosa <[email protected]> Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- frontend/tko/rpc_interface.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/tko/rpc_interface.py b/frontend/tko/rpc_interface.py index 788812b..0928877 100644 --- a/frontend/tko/rpc_interface.py +++ b/frontend/tko/rpc_interface.py @@ -493,8 +493,3 @@ def get_iteration_attributes(**filter_data): def get_iteration_results(**filter_data): return rpc_utils.prepare_for_serialization( models.IterationResult.list_objects(filter_data)) - - -def get_test_labels(**filter_data): - return rpc_utils.prepare_for_serialization( - models.TestLabel.list_objects(filter_data)) -- 1.8.1.4 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
