BVT: Adding critical FAFT tests to BVT
These tests must pass before a device gets added to the
qualification lab
BUG=b:145009102
TEST=cros_run_bvt --board ${BOARD} --labqual device
Change-Id: I5dab293d82918bdf449c3a5e39252217b7ea0a2a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crostestutils/+/1965921
Reviewed-by: Wai-Hong Tam <waihong@google.com>
Reviewed-by: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Dossym Nurmukhanov <dossym@chromium.org>
Commit-Queue: Dossym Nurmukhanov <dossym@chromium.org>
diff --git a/cros_run_bvt b/cros_run_bvt
index 55e81fb..4145792 100755
--- a/cros_run_bvt
+++ b/cros_run_bvt
@@ -69,7 +69,7 @@
fi
if [ ${FLAGS_labqual} -eq ${FLAGS_TRUE} ]; then
SUITE_CHECK=$(( SUITE_CHECK + 1 ))
- TESTS=( suite:bvt-{inline,cq} )
+ TESTS=( suite:bvt-{inline,cq,faft} )
if [ ${FLAGS_usbkey} -eq ${FLAGS_TRUE} ]; then
TESTS+=( platform_ServoPowerStateController_USBPluggedin )
else