Skip to content

Commit

Permalink
Fixed test case
Browse files Browse the repository at this point in the history
Signed-off-by: mlok <[email protected]>
  • Loading branch information
mlok-nokia committed Sep 30, 2024
1 parent 2c4f2f9 commit 509c5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_virtual_chassis.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def set_lag_id_boundaries(self, vct):
chassis_app_db = DVSDatabase(swsscommon.CHASSIS_APP_DB, dvs.redis_chassis_sock)
chassis_app_db.db_connection.set("SYSTEM_LAG_ID_START", "1")
chassis_app_db.db_connection.set("SYSTEM_LAG_ID_END", "2")
chassis_app_db_db_connection.rpush("SYSTEM_LAG_IDS_FREE_LIST", "1")
chassis_app_db_db_connection.rpush("SYSTEM_LAG_IDS_FREE_LIST", "2")
break

def config_inbandif_port(self, vct, ibport):
Expand Down

0 comments on commit 509c5d0

Please sign in to comment.