Skip to content

Commit

Permalink
Fix Precommit
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Dosi <[email protected]>
  • Loading branch information
abdosi committed Jun 4, 2024
1 parent 67a8074 commit 5176515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/common/devices/multi_asic.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def critical_services_tracking_list(self):
self._DEFAULT_SERVICES.append("lldp")
if self.get_facts()['asic_type'] != 'vs':
active_asics = []
sonic_db_cli_out = self.command("sonic-db-cli CHASSIS_STATE_DB keys \"CHASSIS_FABRIC_ASIC_TABLE|asic*\"")
sonic_db_cli_out = \
self.command("sonic-db-cli CHASSIS_STATE_DB keys \"CHASSIS_FABRIC_ASIC_TABLE|asic*\"")
for a_asic_line in sonic_db_cli_out["stdout_lines"]:
a_asic_name = a_asic_line.split("|")[1]
a_asic_instance = self.asic_instance_from_namespace(namespace=a_asic_name)
Expand Down

0 comments on commit 5176515

Please sign in to comment.