Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: client/site_tests/storage_SsdDetection/control

Issue 549083: Add a test to detect if the main disk is a SSD. (Closed)
Patch Set: Setup deps and include this test into pre-compilation Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/setup/control ('k') | client/site_tests/storage_SsdDetection/storage_SsdDetection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « client/site_tests/setup/control ('k') | client/site_tests/storage_SsdDetection/storage_SsdDetection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698