this patch updates the stress test to the latest version 1.0.

Signed-off-by: Sudhir Kumar <[email protected]>

Index: autotest/client/tests/stress/stress.py
===================================================================
--- autotest.orig/client/tests/stress/stress.py
+++ autotest/client/tests/stress/stress.py
@@ -9,8 +9,8 @@ class stress(test.test):
         self.job.require_gcc()


-    # http://weather.ou.edu/~apw/projects/stress/stress-0.18.8.tar.gz
-    def setup(self, tarball = 'stress-0.18.8.tar.gz'):
+    # http://weather.ou.edu/~apw/projects/stress/stress-1.0.0.tar.gz
+    def setup(self, tarball = 'stress-1.0.0.tar.gz'):
         tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
         utils.extract_tarball_to_dir(tarball, self.srcdir)
         os.chdir(self.srcdir)


-- 
Sudhir Kumar
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to