Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 272b626

Browse files
committed
WeaveBle.py tests: print fault injection counters.
1 parent 4b837a1 commit 272b626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test-apps/happy/test-templates/WeaveBle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def __start_server_side(self):
172172
return
173173

174174
cmd += " --enable-bluez-peripheral --peripheral-name N0001 --peripheral-address " + self.interfaces[0]["bd_address"]
175+
cmd += " --print-fault-counters"
175176
self.start_weave_process(node_id=self.server_node_id, cmd=cmd, tag=self.server_process_tag, rootMode=True)
176177

177178
def resetBluez(self):

0 commit comments

Comments
 (0)