Refactor: tools: Simplify crm_resource update scheduler input functions
update_scheduler_input_to_cib() is renamed to update_scheduler_input(),
and we pull in the code that was previously in update_scheduler_input().
We simplify initialize_scheduler_input().
This causes more errors to be logged in some circumstances, so a few
tests are updated.
Also drop redundant doxygen notes. pe_free_working_set() already frees
scheduler->input and scheduler->priv->now.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>