Skip to content

adding relevant nmcli command based on if_type #6151

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vaishnavibhat
Copy link
Contributor

The patch takes care of the following :

  • Using nmcli type ethernet / bond for creating config files based on NetworkInterface if_type.
  • Setting the flags to true when required. distro_is_rhel9_or_later = True
    distro_is_suse16_or_later = True

The patch takes care of the following :
-  Using nmcli type ethernet / bond for creating config files
based on NetworkInterface if_type.
- Setting the flags to true when required.
distro_is_rhel9_or_later = True
distro_is_suse16_or_later = True

Signed-off-by: Vaishnavi Bhat <[email protected]>
@mr-avocado mr-avocado bot moved this to Review Requested in Default project Mar 28, 2025
Copy link

codecov bot commented Mar 28, 2025

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 68.24%. Comparing base (53a593f) to head (3d08483).

Files with missing lines Patch % Lines
avocado/utils/network/interfaces.py 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6151      +/-   ##
==========================================
- Coverage   68.25%   68.24%   -0.02%     
==========================================
  Files         204      204              
  Lines       22121    22126       +5     
==========================================
+ Hits        15099    15100       +1     
- Misses       7022     7026       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@richtja richtja left a comment

Choose a reason for hiding this comment

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

Hi @vaishnavibhat, can you please address the static-checks failure in our CI? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review Requested
Development

Successfully merging this pull request may close these issues.

2 participants