platform_CryptohomeStress: use power_SuspendStress.

Remove use of platform_SuspendStress in favor of power_SuspendStress.

BUG=chromium:626467
TEST=test_that $dut platform_CryptohomeStress
See that power_SuspendStress passes and runs for 120 seconds.
Note, for device tested other tests run in parallel failed but that was
the same with platform_SuspendStress as well.

Change-Id: I6756dfd02fa4b7c4e8032b713f9114942148a121
Reviewed-on: https://chromium-review.googlesource.com/359343
Commit-Ready: Todd Broch <tbroch@chromium.org>
Tested-by: Todd Broch <tbroch@chromium.org>
Reviewed-by: Puneet Kumar <puneetster@chromium.org>
diff --git a/client/site_tests/platform_CryptohomeStress/control b/client/site_tests/platform_CryptohomeStress/control
index c6b1660..9d8fbd3 100644
--- a/client/site_tests/platform_CryptohomeStress/control
+++ b/client/site_tests/platform_CryptohomeStress/control
@@ -15,7 +15,7 @@
 RUNTIME = 120
 
 def run_sleeper():
-    job.run_test('platform_SuspendStress', runtime=RUNTIME)
+    job.run_test('power_SuspendStress', duration=RUNTIME)
 
 def run_fio():
     job.run_test('platform_CryptohomeFio', runtime=RUNTIME, 
diff --git a/client/site_tests/platform_CryptohomeStress/control.surfing b/client/site_tests/platform_CryptohomeStress/control.surfing
index 4ee2394..0d44fd7 100644
--- a/client/site_tests/platform_CryptohomeStress/control.surfing
+++ b/client/site_tests/platform_CryptohomeStress/control.surfing
@@ -15,7 +15,7 @@
 RUNTIME = 600
 
 def run_sleeper():
-    job.run_test('platform_SuspendStress', runtime=RUNTIME)
+    job.run_test('power_SuspendStress', duration=RUNTIME)
 
 def run_fio():
     job.run_test('platform_CryptohomeFio', runtime=RUNTIME,