cros_run_bvt: fix the test name
This http://crrev.com/c/2333435 change the name to
platform_ServoPowerStateController.USBUnplugged. We need to correct
cros_run_bvt to avoid the error
BUG=b:165437573
TEST=no error popped out after executing `cros_run_bvt --labqual`
Change-Id: Ia71ce454ddefc1373b0862559213611ce693d603
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crostestutils/+/2368792
Reviewed-by: Dhanya Ganesh <dhanyaganesh@chromium.org>
Reviewed-by: Ross Zwisler <zwisler@google.com>
Tested-by: Zhuohao Lee <zhuohao@chromium.org>
Commit-Queue: Zhuohao Lee <zhuohao@chromium.org>
diff --git a/cros_run_bvt b/cros_run_bvt
index 4145792..924e306 100755
--- a/cros_run_bvt
+++ b/cros_run_bvt
@@ -71,9 +71,9 @@
SUITE_CHECK=$(( SUITE_CHECK + 1 ))
TESTS=( suite:bvt-{inline,cq,faft} )
if [ ${FLAGS_usbkey} -eq ${FLAGS_TRUE} ]; then
- TESTS+=( platform_ServoPowerStateController_USBPluggedin )
+ TESTS+=( platform_ServoPowerStateController.USBPluggedin )
else
- TESTS+=( platform_ServoPowerStateController_USBUnplugged )
+ TESTS+=( platform_ServoPowerStateController.USBUnplugged )
fi
# Handle Servo options for the lab qualification tests.