[SWSS] Static LAG Support #3090
Open
Azure Pipelines / Azure.sonic-swss
succeeded
Mar 26, 2024 in 1h 50m 11s
Build #20240326.3 had test failures
Details
- Failed: 1 (0.06%)
- Passed: 1,558 (93.01%)
- Other: 116 (6.93%)
- Total: 1,675
- 37735 of 58183 lines covered (64.86%)
Annotations
Check failure on line 4761 in Build log
azure-pipelines / Azure.sonic-swss
Build log #L4761
Bash exited with code '123'.
Check failure on line 1 in test_dependency
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
Loading