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

Unified Diff: client/site_tests/hardware_StorageFio/hardware_StorageFio.py

Issue 3256005: Fix tests that rely on rootdev specifying a real block device. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 4 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/hardware_ExternalDrives/control ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_StorageFio/hardware_StorageFio.py
diff --git a/client/site_tests/hardware_StorageFio/hardware_StorageFio.py b/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
index eb7f33e9876d78a21c8250118db8e882505d525a..a561ff5e8171f9458834dd342136461ff857ee96 100644
--- a/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
+++ b/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
@@ -38,7 +38,7 @@ class hardware_StorageFio(test.test):
'3': '5',
'5': '3',
}
- rootdev = utils.system_output('rootdev')
+ rootdev = utils.system_output('rootdev -s')
spare_root = rootdev[:-1] + spare_root_map[rootdev[-1]]
self.__filename = spare_root
« no previous file with comments | « client/site_tests/hardware_ExternalDrives/control ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698