Revert "testsuite: Fix SMART test for SSDs"
authorDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:41 +0000 (13:09 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:41 +0000 (13:09 -0400)
This reverts commit 495356d0457ce99807a90d0de0f17e305d7e46ce.

tests/run

index 67787fe..06936b5 100755 (executable)
--- a/tests/run
+++ b/tests/run
@@ -1177,7 +1177,7 @@ class Smart(UDisksTestCase):
         tool_info = subprocess.Popen([self.tool_path, '--show-info',
             self.device], stdout=subprocess.PIPE)
         out = tool_info.communicate()[0]
-        self.assert_('power-on-hours' in out)
+        self.assert_('start-stop-count' in out)
         self.assert_('Pre-fail' in out)