Skip to content

Commit

Permalink
[test]: Remove deprecated TODO comment (#688)
Browse files Browse the repository at this point in the history
The test is already using teammgrd and configuration database
to configure the port channels.

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng authored and lguohan committed Nov 16, 2018
1 parent b42710a commit d7d887a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit d7d887a

Please sign in to comment.