Added test_name prefix to BootDevice and StorageQual tests.
Tauto tests normally follow the convention that the test name is the
same as the directory name.  This test was breaking that convention,
which was also breaking the Lead/TL/Bug mapping between the Green
Stainless Tauto spreadsheet (http://go/cros-green-stainless-tauto) and
the Green Stainless Dashboard (http://go/cros-automated-test-dashboard).
BUG=b:163057136
TEST=test_that -b ${BOARD} ${DUT} ${NEW_TEST_NAME}
Confirmed that the test name is recognized as expected. Tests were
not run to completion.
Change-Id: I9f9dac48dca8281b55d61229fbdc2b5eda8f317c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2698616
Reviewed-by: Ross Zwisler <zwisler@google.com>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Commit-Queue: Matt Davis <mattedavis@google.com>
Tested-by: Matt Davis <mattedavis@google.com>
diff --git a/server/site_tests/hardware_StorageQualSuspendStress/control.test b/server/site_tests/hardware_StorageQualSuspendStress/control.test
index 327159d..09c3562 100644
--- a/server/site_tests/hardware_StorageQualSuspendStress/control.test
+++ b/server/site_tests/hardware_StorageQualSuspendStress/control.test
@@ -2,7 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-NAME = 'hardware_StorageSuspendStress.test'
+NAME = 'hardware_StorageQualSuspendStress.test'
 AUTHOR = 'grundler, gwendal, puthik'
 PURPOSE = 'Test StorageSuspendStress code'
 TIME = 'MEDIUM'
@@ -10,7 +10,7 @@
 TEST_TYPE = 'server'
 
 DOC = """
-Test hardware_StorageSuspendStress section.
+Test hardware_StorageQualSuspendStress section.
 """
 
 def run_hardware_storage_stress(machine):
diff --git a/server/site_tests/platform_BootDevice/control b/server/site_tests/platform_BootDevice/control
index 7270094..b8d726e 100644
--- a/server/site_tests/platform_BootDevice/control
+++ b/server/site_tests/platform_BootDevice/control
@@ -2,7 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-NAME = "BootDevice"
+NAME = "platform_BootDevice.BootDevice"
 AUTHOR = "Chrome OS Team"
 ATTRIBUTES = "suite:kernel_daily_regression"
 TIME = "LONG"
diff --git a/server/site_tests/platform_BootDevice/control.1 b/server/site_tests/platform_BootDevice/control.1
index c3e7124..0e56b03 100644
--- a/server/site_tests/platform_BootDevice/control.1
+++ b/server/site_tests/platform_BootDevice/control.1
@@ -2,7 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-NAME = "BootDevice1"
+NAME = "platform_BootDevice.BootDevice1"
 AUTHOR = "Brillo Team"
 ATTRIBUTES = "suite:brillo-presubmit,suite:sb65-presubmit"
 TIME = "SHORT"
diff --git a/server/site_tests/platform_BootDevice/control.100 b/server/site_tests/platform_BootDevice/control.100
index 5c8b85c..32aee7f 100644
--- a/server/site_tests/platform_BootDevice/control.100
+++ b/server/site_tests/platform_BootDevice/control.100
@@ -2,7 +2,7 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
-NAME = "BootDevice100"
+NAME = "platform_BootDevice.BootDevice100"
 AUTHOR = "Chrome OS Team"
 ATTRIBUTES = "suite:stress"
 TIME = "LONG"