telemetry_GpuTests: Fix control file names.

This should disambiguate wmatrix job names.

BUG=None.
TEST=None.

Change-Id: I4c862de78c2adf0913af15ec0a26a4304b75ab4d
Reviewed-on: https://chromium-review.googlesource.com/200471
Commit-Queue: Ilja Friedel <ihf@chromium.org>
Tested-by: Ilja Friedel <ihf@chromium.org>
Reviewed-by: Ilja Friedel <ihf@chromium.org>
diff --git a/server/site_tests/telemetry_GpuTests/control.gpu_process b/server/site_tests/telemetry_GpuTests/control.gpu_process
index 970c238..98ea47c 100644
--- a/server/site_tests/telemetry_GpuTests/control.gpu_process
+++ b/server/site_tests/telemetry_GpuTests/control.gpu_process
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = 'chromeos-gfx'
-NAME = 'GPU WebGL Conformance Test'
+NAME = 'telemetry_GpuTests.gpu_process'
 SUITE = 'graphics, perf_v2'
 TIME = 'LONG'
 TEST_CATEGORY = 'Functional'
diff --git a/server/site_tests/telemetry_GpuTests/control.maps b/server/site_tests/telemetry_GpuTests/control.maps
index 79a9f44..a2edbc8 100644
--- a/server/site_tests/telemetry_GpuTests/control.maps
+++ b/server/site_tests/telemetry_GpuTests/control.maps
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = 'chromeos-gfx'
-NAME = 'GPU WebGL Conformance Test'
+NAME = 'telemetry_GpuTests.maps'
 SUITE = 'graphics, perf_v2'
 TIME = 'LONG'
 TEST_CATEGORY = 'Functional'
diff --git a/server/site_tests/telemetry_GpuTests/control.memory b/server/site_tests/telemetry_GpuTests/control.memory
index ecac81f..c607cd7 100644
--- a/server/site_tests/telemetry_GpuTests/control.memory
+++ b/server/site_tests/telemetry_GpuTests/control.memory
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = 'chromeos-gfx'
-NAME = 'GPU WebGL Conformance Test'
+NAME = 'telemetry_GpuTests.memory'
 SUITE = 'graphics, perf_v2'
 TIME = 'LONG'
 TEST_CATEGORY = 'Functional'
diff --git a/server/site_tests/telemetry_GpuTests/control.pixel b/server/site_tests/telemetry_GpuTests/control.pixel
index 057a531..738e7e2 100644
--- a/server/site_tests/telemetry_GpuTests/control.pixel
+++ b/server/site_tests/telemetry_GpuTests/control.pixel
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = 'chromeos-gfx'
-NAME = 'GPU WebGL Conformance Test'
+NAME = 'telemetry_GpuTests.pixel'
 SUITE = 'graphics, perf_v2'
 TIME = 'LONG'
 TEST_CATEGORY = 'Functional'
diff --git a/server/site_tests/telemetry_GpuTests/control.webgl_conformance b/server/site_tests/telemetry_GpuTests/control.webgl_conformance
index 7b5ac89..f23cb6e 100644
--- a/server/site_tests/telemetry_GpuTests/control.webgl_conformance
+++ b/server/site_tests/telemetry_GpuTests/control.webgl_conformance
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = 'chromeos-gfx'
-NAME = 'GPU WebGL Conformance Test'
+NAME = 'telemetry_GpuTests.webgl_conformance'
 SUITE = 'graphics, perf_v2'
 TIME = 'LONG'
 TEST_CATEGORY = 'Functional'
diff --git a/server/site_tests/telemetry_GpuTests/control.webgl_robustness b/server/site_tests/telemetry_GpuTests/control.webgl_robustness
index cf54c30..cd69d2b 100644
--- a/server/site_tests/telemetry_GpuTests/control.webgl_robustness
+++ b/server/site_tests/telemetry_GpuTests/control.webgl_robustness
@@ -3,7 +3,7 @@
 # found in the LICENSE file.
 
 AUTHOR = 'chromeos-gfx'
-NAME = 'GPU WebGL Conformance Test'
+NAME = 'telemetry_GpuTests.webgl_robustness'
 SUITE = 'graphics, perf_v2'
 TIME = 'LONG'
 TEST_CATEGORY = 'Functional'