Skip to content

Commit

Permalink
Fix in script to avoid orchagent crash when port down followed by fdb…
Browse files Browse the repository at this point in the history
… delete (sonic-net#1340)

Signed-off-by: Rupesh Kumar <rupesh-k.kumar@broadcom.com>
  • Loading branch information
rupesh-k committed Jul 2, 2020
1 parent 9b01844 commit 9b13120
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_mirror_port_erspan.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ def test_PortMirrorToVlanAddRemove(self, dvs, testlog):
"SAI_MIRROR_SESSION_ATTR_VLAN_CFI": "0"}
self.dvs_mirror.verify_session(dvs, session, asic_db=expected_asic_db, src_ports=src_asic_ports, asic_size=16, direction="TX")

dvs.set_interface_status("Ethernet4", "down")

# remove fdb entry
dvs.remove_fdb(vlan_id, "66-66-66-66-66-66")
self.dvs_mirror.verify_session_status(session, status="inactive")
Expand Down

0 comments on commit 9b13120

Please sign in to comment.