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

Unified Diff: client/site_tests/setup/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/deps/hdparm/hdparm-9.27.tar.gz ('k') | client/site_tests/storage_SsdDetection/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/setup/control
diff --git a/client/site_tests/setup/control b/client/site_tests/setup/control
index b13dbe470c2ebc7b2204b229ef97f47b46d24531..1d0f39942065e26db114838ade58e47333bdc41d 100644
--- a/client/site_tests/setup/control
+++ b/client/site_tests/setup/control
@@ -5,7 +5,7 @@ TEST_CLASS = "General"
TEST_TYPE = "client"
TIME = "MEDIUM"
DOC="""Setup a bunch of autotest tests into a platform dependent chromeos build
-(chroot) environment.
+(chroot) environment.
"""
from autotest_lib.client.bin import setup_job
@@ -20,6 +20,7 @@ chromeos_tests=['bonnie',
'ltp',
'unixbench',
'storage_Fio',
+ 'storage_SsdDetection',
]
for cros_test in chromeos_tests:
« no previous file with comments | « client/deps/hdparm/hdparm-9.27.tar.gz ('k') | client/site_tests/storage_SsdDetection/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698