Skip to content
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

team: Fix failure of creating team interface with slaves #800

Merged
merged 1 commit into from Feb 17, 2020

Conversation

cathay4t
Copy link
Member

Got failure when creating team interface with slaves caused by:

  • When create setting, the create_setting() of nm/team.py altered the data layout which trigger failure in merge_interfaces at the verification stage.
  • The slave interface does not set connection.master and connection.slave-type.

Fixed and also added integration test to assert on the run time status
of team interface.

Got failure when creating team interface with slaves caused by:
    * When create setting, the `create_setting()` of `nm/team.py`
      altered the data layout which trigger failure in
      `merge_interfaces` at the verification stage.
    * The slave interface does not set `connection.master` and
      `connection.slave-type`.

Fixed and also added integration test to assert on the run time status
of team interface.

Signed-off-by: Gris Ge <fge@redhat.com>
Copy link
Member

@ffmancera ffmancera left a comment

Choose a reason for hiding this comment

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

Looks good, thank you!

@coveralls
Copy link

coveralls commented Feb 17, 2020

Coverage Status

Coverage remained the same at ?% when pulling 1b60b24 on cathay4t:fix_team into 57c980a on nmstate:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling 1b60b24 on cathay4t:fix_team into 57c980a on nmstate:master.

@cathay4t cathay4t merged commit 4ff6ffe into nmstate:master Feb 17, 2020
@cathay4t cathay4t deleted the fix_team branch February 17, 2020 12:26
@EdDev EdDev removed the Wait_Review label Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants