From d7d887af61fb76ff6d759001c53702f77e41e024 Mon Sep 17 00:00:00 2001 From: Shuotian Cheng Date: Thu, 15 Nov 2018 22:09:10 -0800 Subject: [PATCH] [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 --- tests/test_interface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_interface.py b/tests/test_interface.py index fe0810b116b1..d377560303f1 100644 --- a/tests/test_interface.py +++ b/tests/test_interface.py @@ -214,8 +214,6 @@ def setup_db(self, dvs): self.adb = swsscommon.DBConnector(1, dvs.redis_sock, 0) self.cdb = swsscommon.DBConnector(4, dvs.redis_sock, 0) - # TODO: below three functions will be replaced with configuration - # database updates after the future changes of the lagmgrd def create_port_channel(self, dvs, alias): tbl = swsscommon.Table(self.cdb, "PORTCHANNEL") fvs = swsscommon.FieldValuePairs([("admin_status", "up"),