-
Notifications
You must be signed in to change notification settings - Fork 112
test: ensure NetworkManager, ensure eth1 is active #801
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
Conversation
Reviewer's GuideThis PR explicitly installs and starts NetworkManager for the MAC address match test on EL7, captures its version to enforce a minimum version requirement (>=1.18.0), and updates the provider tests accordingly. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #801 +/- ##
==========================================
+ Coverage 43.11% 43.25% +0.13%
==========================================
Files 12 12
Lines 3124 3121 -3
==========================================
+ Hits 1347 1350 +3
+ Misses 1777 1771 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5c73660 to
7aa9739
Compare
|
[citest] |
|
[citest] |
1 similar comment
|
[citest] |
This is mainly needed on el7 - NetworkManager is installed by default, or somewhere else, on el8 and later. Additionally, if the NetworkManager-server-config package is installed, then the secondary interface will not be active, so ensure it is active. Signed-off-by: Rich Megginson <rmeggins@redhat.com>
ef9cf3d to
882ecfa
Compare
|
[citest] |
This is mainly needed on el7 - NetworkManager is installed by default, or
somewhere else, on el8 and later.
Additionally, if the NetworkManager-server-config package is installed, then
the secondary interface will not be active, so ensure it is active.
Signed-off-by: Rich Megginson rmeggins@redhat.com
Summary by Sourcery
Ensure NetworkManager is installed, running, and at a sufficient version for the MAC address match tests and update test configurations accordingly
Tests: