Skip to content
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 test reading CV Version table #13478

Closed
wants to merge 1 commit into from

Conversation

sambible
Copy link
Contributor

First test using the CV Version information screen. Doesn't test all 4 different tables, but the airgun PR this utilizes provides access to everything.

Airgun PR: SatelliteQE/airgun#1083

@sambible sambible added CherryPick PR needs CherryPick to previous branches 6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 6.15.z Introduced in or relating directly to Satellite 6.15 labels Dec 15, 2023
@sambible sambible self-assigned this Dec 15, 2023
@sambible sambible requested a review from a team as a code owner December 15, 2023 17:25
@vsedmik
Copy link
Contributor

vsedmik commented Dec 22, 2023

trigger: test-robottelo
pytest: tests/foreman/ui/test_contentview.py -k test_version_table_read
airgun: 1083

Copy link
Contributor

@vsedmik vsedmik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test looks good, but the Airgun counterpart needs some tweak - seems like PRT#5132 failed to click the Version 1.0 edit link.

Comment on lines +96 to +97
assert package_name in response[0]['Name']
assert response[0]['Epoch']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we assert more values (like Version, Release, Arch) for the package against what we get from

target_sat.api.Package(repository=rh_repo).search(query={'name': package_name})

Copy link

github-actions bot commented Feb 6, 2024

This pull request has not been updated in the past 45 days.

@github-actions github-actions bot added the Stale Stale issue or Pull Request label Feb 6, 2024
Copy link

This pull request is now being closed after stale warnings.

@github-actions github-actions bot closed this Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 6.15.z Introduced in or relating directly to Satellite 6.15 CherryPick PR needs CherryPick to previous branches Stale Stale issue or Pull Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants