-
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
Fix end-to-end and bulke2e #12413
Fix end-to-end and bulke2e #12413
Conversation
trigger: test-robottelo |
trigger: test-robottelo |
tests/foreman/ui/test_contenthost.py
Outdated
@@ -139,6 +139,7 @@ def test_positive_end_to_end(session, default_location, module_repos_collection_ | |||
|
|||
:CaseImportance: Critical | |||
""" | |||
vm.run(r'subscription-manager repos --enable \*') |
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.
Could we enable/override-to-enable the custom repos into the AK itself in setup_content, instead of doing it explicitly on host?
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.
hmm, yeah that would be better...lemme give it some attention today
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 comments
trigger: test-robottelo |
trigger: test-robottelo |
* Fix end-to-end and bulke2e * Move repo enable to commonly used fixture (cherry picked from commit 144877b)
Fix end-to-end and bulke2e (#12413) * Fix end-to-end and bulke2e * Move repo enable to commonly used fixture (cherry picked from commit 144877b) Co-authored-by: Samuel Bible <[email protected]>
* Fix end-to-end and bulke2e * Move repo enable to commonly used fixture
* Fix end-to-end and bulke2e * Move repo enable to commonly used fixture
* Fix end-to-end and bulke2e * Move repo enable to commonly used fixture
Some recent updates cause custom repos to be disabled by default, this enables them before running further in the tests.