From ee83c3fc2cf4d332b351066da927c07f590ce34e Mon Sep 17 00:00:00 2001 From: Asad Raza Date: Fri, 26 Jul 2024 06:29:56 +0000 Subject: [PATCH] Fix for lines --- tests/test_port.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_port.py b/tests/test_port.py index 76eae0c024..feccb6917a 100644 --- a/tests/test_port.py +++ b/tests/test_port.py @@ -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)