telemetry_runner: Add more benchmarks

The patch adds two benchmark into the DUT whitelist:

page_cycler_v2.typical_25
tab_switching.typical_25

BUG=chromium:682973
TEST=test_that DUT_IP --args='local=True' tab_switching.typical_25

Change-Id: I3c324deed34fb051801009d893c178c55aefed79
Signed-off-by: Chung-yih Wang <cywang@google.com>
Reviewed-on: https://chromium-review.googlesource.com/430516
Reviewed-by: Ben Cheng <bccheng@chromium.org>
(cherry picked from commit 80ba58163ea4217baef4e39cfb47914f64a40174)
Reviewed-on: https://chromium-review.googlesource.com/431013
Reviewed-by: Hsu-Cheng Tsai <hctsai@chromium.org>
diff --git a/server/cros/telemetry_runner.py b/server/cros/telemetry_runner.py
index 806df91..08bc6a5 100644
--- a/server/cros/telemetry_runner.py
+++ b/server/cros/telemetry_runner.py
@@ -48,6 +48,7 @@
                      'memory.top_7_stress',
                      'octane',
                      'page_cycler.typical_25',
+                     'page_cycler_v2.typical_25',
                      'robohornet_pro',
                      'smoothness.top_25_smooth',
                      'smoothness.tough_animation_cases',
@@ -60,6 +61,7 @@
                      'startup.cold.blank_page',
                      'sunspider',
                      'tab_switching.top_10',
+                     'tab_switching.typical_25',
                      'webrtc.peerconnection',
                      'webrtc.stress']