telemetry_Benchmarks: Add test tab_switching.typical_25

The patch adds the test tab_switching.typical_25 into nightly suite
first and the entry for uploading the test results to chromeperf.

BUG=chromium:682973
TEST=none

Change-Id: Ibb107951a1140b8050f783826a58186cb26b1a92
Signed-off-by: Chung-yih Wang <cywang@google.com>
Reviewed-on: https://chromium-review.gooR5glesource.com/430517
Reviewed-by: Ben Cheng <bccheng@chromium.org>
(cherry picked from commit 572cdcc6e2124a09d777db1b524ad84206ef2e87)
Reviewed-on: https://chromium-review.googlesource.com/431012
Reviewed-by: Hsu-Cheng Tsai <hctsai@chromium.org>
diff --git a/server/site_tests/telemetry_Benchmarks/control.tab_switching.typical_25 b/server/site_tests/telemetry_Benchmarks/control.tab_switching.typical_25
new file mode 100644
index 0000000..7f96d51
--- /dev/null
+++ b/server/site_tests/telemetry_Benchmarks/control.tab_switching.typical_25
@@ -0,0 +1,30 @@
+# Copyright 2017 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+from autotest_lib.client.common_lib import utils
+
+AUTHOR = 'Chrome OS team'
+NAME = 'telemetry_Benchmarks.tab_switching.typical_25'
+ATTRIBUTES = 'suite:crosbolt_perf_nightly'
+TIME = 'MEDIUM'
+TEST_CATEGORY = 'Benchmark'
+TEST_CLASS = 'performance'
+TEST_TYPE = 'server'
+
+DOC = '''
+This server side test suite executes the Telemetry Benchmark:
+tab_switching.typical_25
+This is part of Chrome for Chrome OS performance testing.
+
+Pass local=True to run with local telemetry and no AFE server.
+'''
+
+def run_benchmark(machine):
+    host = hosts.create_host(machine)
+    job.run_test('telemetry_Benchmarks', host=host,
+                 benchmark='tab_switching.typical_25',
+                 tag='tab_switching.typical_25',
+                 args=utils.args_to_dict(args))
+
+parallel_simple(run_benchmark, machines)
diff --git a/tko/perf_upload/perf_dashboard_config.json b/tko/perf_upload/perf_dashboard_config.json
index 384e957..e19441c 100644
--- a/tko/perf_upload/perf_dashboard_config.json
+++ b/tko/perf_upload/perf_dashboard_config.json
@@ -529,6 +529,11 @@
     "dashboard_test_name": "tab_switching.top_10"
   },
   {
+    "autotest_name": "telemetry_Benchmarks.tab_switching.typical_25",
+    "master_name": "ChromeOSPerf",
+    "dashboard_test_name": "tab_switching.typical_25"
+  },
+  {
     "autotest_name": "telemetry_Benchmarks.webrtc.peerconnection",
     "master_name": "ChromeOSPerf",
     "dashboard_test_name": "webrtc.peerconnection"