We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3271ea8 commit 29f7ceaCopy full SHA for 29f7cea
scripts/tests/z-wave-stack-binaries-test.sh
@@ -440,6 +440,8 @@ play_net_add_node_()
440
[ $conthomeid = $nodehomeid ] || exit_ 17
441
node_cli_ "$node" n # 2 expected on 1st time
442
[ $nodeid -ne 0 ] || exit_ 19
443
+
444
+ zpc_cli_ zwave_log_security_keys
445
}
446
447
@@ -775,7 +777,7 @@ play_()
775
777
until grep -- "\[mqtt_wrapper_mosquitto\]" "${zpc_log}" ; do sleep 1 ; done
776
778
until grep -- "\[mqtt_client\] Connection to MQTT broker" "${zpc_log}" ; do sleep 1 ; done
779
- log_ "$task: Check presense of controller"
780
+ log_ "$task: Check presence of controller"
781
controller_cli_ h
782
783
log_ "$task: Find host"
0 commit comments