power_SuspendStress: fix 2 control files having same NAME attribute

control.4hours name was same as control.bare meaning both were run when
one only wanted to run control.bare

BUG=None
TEST=manual

Change-Id: Ibc4add2f4e8024b771ec60a85f1fe3e1c3630607
Reviewed-on: https://chromium-review.googlesource.com/424940
Commit-Ready: Dan Shi <dshi@chromium.org>
Tested-by: Ruben Rodriguez Buchillon <coconutruben@chromium.org>
Reviewed-by: danny chan <dchan@chromium.org>
Reviewed-by: Tyler Reid <twreid@chromium.org>
diff --git a/client/site_tests/power_SuspendStress/control.4hours b/client/site_tests/power_SuspendStress/control.4hours
index b975fad..c550e0a 100644
--- a/client/site_tests/power_SuspendStress/control.4hours
+++ b/client/site_tests/power_SuspendStress/control.4hours
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = "Chrome OS Team"
-NAME = "power_SuspendStress.bare"
+NAME = "power_SuspendStress.4hours"
 ATTRIBUTES = "suite:jailed_build"
 PURPOSE = "Run repeated iterations of suspend/resume to find rare errors."
 TIME = "MEDIUM"