We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42710a commit d7d887aCopy full SHA for d7d887a
tests/test_interface.py
@@ -214,8 +214,6 @@ def setup_db(self, dvs):
214
self.adb = swsscommon.DBConnector(1, dvs.redis_sock, 0)
215
self.cdb = swsscommon.DBConnector(4, dvs.redis_sock, 0)
216
217
- # TODO: below three functions will be replaced with configuration
218
- # database updates after the future changes of the lagmgrd
219
def create_port_channel(self, dvs, alias):
220
tbl = swsscommon.Table(self.cdb, "PORTCHANNEL")
221
fvs = swsscommon.FieldValuePairs([("admin_status", "up"),
0 commit comments