Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Dec 20, 2024
1 parent ddd95aa commit 04aaf9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,8 @@ async def commission_devices(self) -> bool:
conf = self.matter_test_config

for commission_idx, node_id in enumerate(conf.dut_node_ids):
logging.info(f"Starting commissioning for root index {conf.root_of_trust_index}, fabric ID 0x{conf.fabric_id:016X}, node ID 0x{node_id:016X}")
logging.info(
f"Starting commissioning for root index {conf.root_of_trust_index}, fabric ID 0x{conf.fabric_id:016X}, node ID 0x{node_id:016X}")
logging.info(f"Commissioning method: {conf.commissioning_method}")

await CommissionDeviceTest.commission_device(self, commission_idx)
Expand Down

0 comments on commit 04aaf9b

Please sign in to comment.