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

[vlanmgrd]: Create a dummy interface and put into the Bridge #730

Closed
wants to merge 1 commit into from

Commits on Dec 18, 2018

  1. [vlanmgrd]: Create a dummy interface and put into the Bridge

    In order to maintain the interface Bridge to be UP all the time,
    the dummy interface is needed to be the member of the Bridge.
    
    Refactored test_vlan.py so that each test is independent from
    each other and intermediate state will be cleaned up afterwards.
    
    Add test_MultipleVlan test to cover scenarios with VLAN and
    VLAN members change. Before the change of the vlanmgrd, this
    test would fail when all the VLAN members were removed out of
    the master. Interface Bridge would show NO-CARRIER and new
    VLAN cannot be created afterwards.
    
    After adding the dummy interface, this test will pass.
    
    Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
    Shu0T1an ChenG committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    8654751 View commit details
    Browse the repository at this point in the history