Index: client/site_tests/storage_SsdDetection/control |
diff --git a/client/site_tests/storage_SsdDetection/control b/client/site_tests/storage_SsdDetection/control |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b62df066859500ac340803a3e438ff3520fb01e5 |
--- /dev/null |
+++ b/client/site_tests/storage_SsdDetection/control |
@@ -0,0 +1,16 @@ |
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+NAME = 'SSD_DETECTION' |
+AUTHOR = 'The Chromium OS Authors' |
+TIME='SHORT' |
+TEST_CATEGORY = 'Functional' |
+TEST_CLASS = 'System' |
+TEST_TYPE = 'client' |
+ |
+DOC = """ |
+This test checks if the main disk is a SSD (Solid State Device). |
+""" |
+ |
+job.run_test('storage_SsdDetection') |