-
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
[CV Eval] CV Version Test #14949
[CV Eval] CV Version Test #14949
Conversation
77425b3
to
23fead3
Compare
PRT Result
|
23fead3
to
377bde5
Compare
trigger: test-robottelo |
PRT Result
|
tests/foreman/ui/test_contentview.py
Outdated
) | ||
assert package_name in response[0]['Name'] | ||
assert response[0]['Epoch'] | ||
assert response[0]['Name'] == 'aajohan-comfortaa-fonts-3.001-2.el8.noarch' |
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.
This test will fail on RHEL9 Satellite.
tests/foreman/ui/test_contentview.py
Outdated
) | ||
assert package_name in response[0]['Name'] | ||
assert response[0]['Epoch'] | ||
assert response[0]['Name'] == 'aajohan-comfortaa-fonts-3.001-2.el8.noarch' |
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.
Can we avoid the hardcoding of version?
tests/foreman/ui/test_contentview.py
Outdated
assert package_name in response[0]['Name'] | ||
assert response[0]['Epoch'] | ||
assert response[0]['Name'] == 'aajohan-comfortaa-fonts-3.001-2.el8.noarch' | ||
assert response[0]['Version'] == '3.001' |
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.
Same as above
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.
Just a small proposal.
trigger: test-robottelo |
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.
ACK, pending PRT pass (seems like some airgun tweak is needed).
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
* Add test reading CV Version table * Add test reading CV Version table * Add additional checks for table fields * Add test reading CV Version table * Add additional checks for table fields * Fix caseimportance string * Use only REPOS constant * Read data from product to compare in table, and use smaller repo (cherry picked from commit 83c2093)
* Add test reading CV Version table * Add test reading CV Version table * Add additional checks for table fields * Add test reading CV Version table * Add additional checks for table fields * Fix caseimportance string * Use only REPOS constant * Read data from product to compare in table, and use smaller repo
Test for CV Version table, as well as for this CC BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1911545
(Reopening of an older PR)
Requires: SatelliteQE/airgun#1083