Skip to content

Commit d7d887a

Browse files
Shuotian Chenglguohan
Shuotian Cheng
authored andcommitted
[test]: Remove deprecated TODO comment (#688)
The test is already using teammgrd and configuration database to configure the port channels. Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent b42710a commit d7d887a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_interface.py

-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ def setup_db(self, dvs):
214214
self.adb = swsscommon.DBConnector(1, dvs.redis_sock, 0)
215215
self.cdb = swsscommon.DBConnector(4, dvs.redis_sock, 0)
216216

217-
# TODO: below three functions will be replaced with configuration
218-
# database updates after the future changes of the lagmgrd
219217
def create_port_channel(self, dvs, alias):
220218
tbl = swsscommon.Table(self.cdb, "PORTCHANNEL")
221219
fvs = swsscommon.FieldValuePairs([("admin_status", "up"),

0 commit comments

Comments
 (0)