-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Flatpak CLI support and CRUD case #17013
base: master
Are you sure you want to change the base?
Conversation
|
PRT Result
|
25e81be
to
832e22e
Compare
|
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. One non-blocking suggestion.
tests/foreman/cli/test_flatpak.py
Outdated
assert 'Error: flatpak_remote not found' in str(e) | ||
|
||
|
||
def test_scan(target_sat, function_org, function_product): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-blocking: what do you think about renaming this to test_scan_flatpak_remote
? test_scan
seems a bit too terse to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right @synkd, I'll update it.
I usually start writing a test case with some short name like test_dummie
and update the name specifically later. The update didn't happen this time.
Problem Statement
Satellite 6.17 introduces support for Flatpak content. We should introduce some automation around.
Solution
This PR just adds one test case for CRUD + scan and one test case to verify the scan finds all repos available in the remote index.
Related Issues
https://issues.redhat.com/browse/SAT-28471
PRT test Cases example