Skip to content

Commit 701befd

Browse files
committed
automated: linux: update lmp-device-register test
This patch updates the strings matching to the current version of the software. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
1 parent 0a0c385 commit 701befd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated/linux/lmp-device-register/lmp-device-register.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fi
100100
pipe0_status "lmp-device-register --name ${DEVICE_NAME} -T ${TOKEN} -u ${REG_UUID} -m ${HSM_MODULE} -S 12345678 -P 87654321 2>&1" "tee ${OUTPUT}/registration.log"
101101
# shellcheck disable=SC2181
102102
if [ $? -ne 0 ]; then
103-
grep "ERROR: Device appears to already be registered" "${OUTPUT}/registration.log"
103+
grep "HSM incorrectly configured" "${OUTPUT}/registration.log"
104104
check_return "lmp-device-registered-already"
105105
else
106106
report_fail "lmp-device-registered-already"

0 commit comments

Comments
 (0)