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

fix: update expected output of "cred clear --all" command #485

Closed infinitewarp closed 7 months ago

infinitewarp commented 7 months ago

The output of "cred clear --all" will change as of https://github.com/quipucords/qpc/pull/316

Relates to JIRA: DISCOVERY-468

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 77.07%. Comparing base (ffaf883) to head (43d7875).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #485 +/- ## ======================================= Coverage 77.07% 77.07% ======================================= Files 4 4 Lines 205 205 ======================================= Hits 158 158 Misses 47 47 ```

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

infinitewarp commented 7 months ago

I manually ran the Discovery Standalone job (discovery-standalone/68) to execute the CLI tests on this update-cred-clear-all branch of camayoc against the better-credentials-clear-all branch of qpc that introduces the breaking change. That standalone job passed without errors. So, I am now merging this PR (overriding the failing check), will rerun the CI job in https://github.com/quipucords/qpc/pull/316, and then merge https://github.com/quipucords/qpc/pull/316 when all is clear.