quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Stop depending on openshift source and scan having the same name #520

Closed mirekdlugosz closed 3 months ago

mirekdlugosz commented 3 months ago

openshift_cluster_info receives source name as an argument. While in about every single instance it is the same as scan name (especially since ./scripts/create-camayoc-ocp-config.py has been introduced), technically they can be different.

This partly resolves DISCOVERY-492

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.13%. Comparing base (e3f6669) to head (91c05ca).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #520 +/- ## ======================================= Coverage 78.13% 78.13% ======================================= Files 7 7 Lines 677 677 ======================================= Hits 529 529 Misses 148 148 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.