This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On CFME 5.11: cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[rhsm-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[sat6-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_registration[rhsm-proxy_off] FAILED cfme/tests/configure/test_register_appliance.py::test_rh_registration[sat6-proxy_off] FAILED cfme/tests/configure/test_register_appliance.py::test_rhsm_registration_check_repo_names PASSED cfme/tests/configure/test_register_appliance.py::test_rh_updates FAILED On CFME 5.10 cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[rhsm-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[sat6-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_registration[rhsm-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_registration[sat6-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rhsm_registration_check_repo_names PASSED cfme/tests/configure/test_register_appliance.py::test_rh_updates FAILED
john-dupuy
added
test-automation
To be applied on PR's which are automating existing manual cases
fix-test
and removed
test-automation
To be applied on PR's which are automating existing manual cases
labels
Dec 19, 2019
mshriver
reviewed
Dec 19, 2019
num_sec=400 | ||
) | ||
# FIXME workaround BZ 1532201 (An exception to the rule as it waits for backend config) | ||
time.sleep(15) |
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 you create a BZ instance and check .blocks, only waiting the 15s if the BZ is blocking? That way the 15s sleep stops once the BZ is fixed.
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.
BZ is closed. I removed the workaround and marked the test with automates metamarker.
mshriver
approved these changes
Dec 19, 2019
mshriver
changed the title
[RFR] Fix subscription tests
[1LP][RFR] Fix subscription tests
Dec 19, 2019
izapolsk
approved these changes
Dec 20, 2019
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 to me. @JaryN , please fix mshriver's comment and I'll merge your PR.
spusateri
pushed a commit
to spusateri/integration_tests
that referenced
this pull request
Jan 27, 2020
* Fix webui update tests * Fix subscribtion tests. On CFME 5.11: cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[rhsm-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[sat6-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_registration[rhsm-proxy_off] FAILED cfme/tests/configure/test_register_appliance.py::test_rh_registration[sat6-proxy_off] FAILED cfme/tests/configure/test_register_appliance.py::test_rhsm_registration_check_repo_names PASSED cfme/tests/configure/test_register_appliance.py::test_rh_updates FAILED On CFME 5.10 cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[rhsm-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_creds_validation[sat6-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_registration[rhsm-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rh_registration[sat6-proxy_off] PASSED cfme/tests/configure/test_register_appliance.py::test_rhsm_registration_check_repo_names PASSED cfme/tests/configure/test_register_appliance.py::test_rh_updates FAILED * Remove BZ 1532201 workaround
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose or Intent
Fix tests of appliance subscriptions
Needs:
https://CFME_GITLAB/cfme-qe/cfme-qe-yamls/merge_requests/876
Expected tests results:
On CFME 5.11:
On CFME 5.10
The sat6 test fails because the CFME 5.11 is not in our satellite yet
The test_rh_updates fails because of the test is broken and this PR is not focussed on fixing it.