autotest: Update expected error string from servodtool
BUG=b:153029284
TEST=unittest
Change-Id: I252452e9ce069de5926de55b5b1412ea14065c36
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2204904
Tested-by: Garry Wang <xianuowang@chromium.org>
Reviewed-by: Ruben Rodriguez Buchillon <coconutruben@chromium.org>
Commit-Queue: Garry Wang <xianuowang@chromium.org>
diff --git a/server/hosts/servo_constants.py b/server/hosts/servo_constants.py
index 9b2113e..0e1fbb5 100644
--- a/server/hosts/servo_constants.py
+++ b/server/hosts/servo_constants.py
@@ -49,6 +49,7 @@
# constants to support reset servo via smart usbhub.
SMART_USBHUB_LABEL = 'smart_usbhub'
SERVO_RESET_TIMEOUT_SECONDS = 20
-ERROR_MESSAGE_USB_HUB_NOT_COMPATIBLE = 'No compatible smart hubs detected'
+ERROR_MESSAGE_USB_HUB_NOT_COMPATIBLE = ('Be sure the hub is a supported'
+ ' smart hub')
# a servo serial number should be fed to this constant
ERROR_MESSAGE_DEVICE_NOT_FOUND = 'Device with serial \'%s\' not found.'
\ No newline at end of file