-
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 ISS Network Sync class and basic scenario #13543
Conversation
trigger: test-robottelo |
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.
Nice work!
module_satellite_host.cli.Settings.set( | ||
{'name': 'subscription_connection_enabled', 'value': 'No'} | ||
) |
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.
Do we need an teardown for this to change back to Yes (if default)?
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.
No. On the downstream sat we always need this off.
trigger: test-robottelo |
Problem Statement
Network Sync functionality of ISS hasn't been automated yet, coverage is missing.
Solution
This PR adds new class with first scenario to cover Network Sync. The previous classes will be refactored in one of next PRs since they don't reflect the reality and the change should be CPed deeper than this PR is.
Related Issues
Covers this customer case BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2213128