Skip to content

Commit 29f7cea

Browse files
committed
fix(zwa): Display keys
fix(zwa): Fix typo in presence Origin: #152 Signed-off-by: Philippe Coval <[email protected]>
1 parent 3271ea8 commit 29f7cea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/tests/z-wave-stack-binaries-test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ play_net_add_node_()
440440
[ $conthomeid = $nodehomeid ] || exit_ 17
441441
node_cli_ "$node" n # 2 expected on 1st time
442442
[ $nodeid -ne 0 ] || exit_ 19
443+
444+
zpc_cli_ zwave_log_security_keys
443445
}
444446

445447

@@ -775,7 +777,7 @@ play_()
775777
until grep -- "\[mqtt_wrapper_mosquitto\]" "${zpc_log}" ; do sleep 1 ; done
776778
until grep -- "\[mqtt_client\] Connection to MQTT broker" "${zpc_log}" ; do sleep 1 ; done
777779

778-
log_ "$task: Check presense of controller"
780+
log_ "$task: Check presence of controller"
779781
controller_cli_ h
780782

781783
log_ "$task: Find host"

0 commit comments

Comments
 (0)