Skip to content

Commit

Permalink
Fix for lines
Browse files Browse the repository at this point in the history
  • Loading branch information
asraza07 committed Jul 26, 2024
1 parent 19b6afa commit ee83c3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_port.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ def test_PortHostTxSignalSet(self, dvs, testlog):
transceiver_info_tbl.hdel("Ethernet0", "supported_max_tx_power")
expected_fields = {"SAI_PORT_ATTR_HOST_TX_SIGNAL_ENABLE":"false"}
adb.wait_for_field_match("ASIC_STATE:SAI_OBJECT_TYPE_PORT", port_oid, expected_fields)



def test_PortPathTracing(self, dvs, testlog):
pdb = swsscommon.DBConnector(0, dvs.redis_sock, 0)
adb = swsscommon.DBConnector(1, dvs.redis_sock, 0)
Expand Down

0 comments on commit ee83c3f

Please sign in to comment.