Closed richm closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
712f1df
) 43.28% compared to head (5b855b2
) 43.28%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[citest]
[citest]
All the github action container tests failed in
TASK [Include the task 'el_repo_setup.yml'] ************************************
fatal: [localhost]: FAILED! => {"reason": "couldn't resolve module/action 'ansible.utils.update_fact'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '/network-role/tests/tasks/el_repo_setup.yml': line 27, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - name: Set package manager to use for ostree\n ^ here\n"}
[citest]
Feature: Allow running and testing the role with ostree managed nodes.
Reason: We have users who want to use the role to manage ostree systems.
Result: Users can use the role to manage ostree managed nodes.
NOTE: The .ostree/packages-*.txt are generated by running the script https://github.com/linux-system-roles/auto-maintenance/blob/main/check-logs-for-packages.sh which is used with an integration test CI run with the https://github.com/linux-system-roles/auto-maintenance/blob/main/callback_plugins/dump_packages.py plugin. An example of such a CI run is https://github.com/linux-system-roles/network/pull/647
Signed-off-by: Rich Megginson rmeggins@redhat.com