[moblab] Fix power_MeasurementWrapper

Fix issue where test_that power_MeasurementWrapper runs the test
twice, bad control file name.

BUG=b:78643376
TEST=Local moblab device

Change-Id: I45681144551358ccd4cc06b824d8739b83ec6ccc
Reviewed-on: https://chromium-review.googlesource.com/1074047
Commit-Queue: Matt Mallett <mattmallett@chromium.org>
Tested-by: Matt Mallett <mattmallett@chromium.org>
Trybot-Ready: Matt Mallett <mattmallett@chromium.org>
Reviewed-by: Keith Haddow <haddowk@chromium.org>
diff --git a/server/site_tests/power_MeasurementWrapper/control.moblab b/server/site_tests/power_MeasurementWrapper/control.moblab
index c209405..bbdfcfe 100644
--- a/server/site_tests/power_MeasurementWrapper/control.moblab
+++ b/server/site_tests/power_MeasurementWrapper/control.moblab
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = "Chrome OS Team"
-NAME = "power_MeasurementWrapper"
+NAME = "power_MeasurementWrapper.moblab"
 PURPOSE = "Measure power while running a client test."
 CRITERIA = "This test is a wrapper for a client test."
 ATTRIBUTES = "suite:power_measurement_wrapper"