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

[SWSS] Static LAG Support #3090

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Merge branch 'sonic-net:master' into sonic-swss-lag

7222389
Select commit
Loading
Failed to load commit list.
Open

[SWSS] Static LAG Support #3090

Merge branch 'sonic-net:master' into sonic-swss-lag
7222389
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Azure.sonic-swss succeeded Mar 26, 2024 in 1h 50m 11s

Build #20240326.3 had test failures

Details

Tests

  • Failed: 1 (0.06%)
  • Passed: 1,558 (93.01%)
  • Other: 116 (6.93%)
  • Total: 1,675
Code coverage

  • 37735 of 58183 lines covered (64.86%)

Annotations

Check failure on line 4761 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.sonic-swss

Build log #L4761

Bash exited with code '123'.

Check failure on line 1 in test_dependency

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Azure.sonic-swss

test_dependency

AssertionError
Raw output
self = <test_port_dpb_vlan.TestPortDPBVlan object at 0x7f1d5f619640>
dvs = <conftest.DockerVirtualSwitch object at 0x7f1d5f619fd0>

    def test_dependency(self, dvs):
        vlan = "100"
        p = Port(dvs, "Ethernet0")
>       p.sync_from_config_db()

test_port_dpb_vlan.py:16: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <port_dpb.Port object at 0x7f1d5f524d30>

    def sync_from_config_db(self):
        (status, fvs) = self._cfg_db_ptbl.get(self.get_name())
>       assert status == True
E       AssertionError

port_dpb.py:140: AssertionError