summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authortonychun <tonychun@google.com>2015-08-13 15:33:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-13 22:34:12 +0000
commitdbc8c842f35dad1b526d3b89a2945079b84573f0 (patch)
tree465078a5f592267f8db9f807366adc612dce9067 /testing
parent3ea546df82371eeb7b62f2de25416d4bd21ce745 (diff)
downloadchromium_src-dbc8c842f35dad1b526d3b89a2945079b84573f0.zip
chromium_src-dbc8c842f35dad1b526d3b89a2945079b84573f0.tar.gz
chromium_src-dbc8c842f35dad1b526d3b89a2945079b84573f0.tar.bz2
Separating the two tests into different executions.
By specifying the gtest_filter to run the two tests separately, we will be restart the host, which allows for independence between the two tests. If the host is not restarted before the 2nd test, the first connection numbers that it obtains is already a reconnect. BUG= Review URL: https://codereview.chromium.org/1295533002 Cr-Commit-Position: refs/heads/master@{#343290}
Diffstat (limited to 'testing')
-rw-r--r--testing/chromoting/chromoting_test_driver_commands_linux.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/chromoting/chromoting_test_driver_commands_linux.txt b/testing/chromoting/chromoting_test_driver_commands_linux.txt
index 0f398fa..89af2a455 100644
--- a/testing/chromoting/chromoting_test_driver_commands_linux.txt
+++ b/testing/chromoting/chromoting_test_driver_commands_linux.txt
@@ -1 +1,2 @@
-#PROD_DIR#/chromoting_test_driver --username=chromoting.swarming@gmail.com --refresh-token-path=../../remoting/tools/internal/refresh_tokens.json --hostname=chromoting-test-driver-host --verbosity=2 --pin=123456
+#PROD_DIR#/chromoting_test_driver --username=chromoting.swarming@gmail.com --refresh-token-path=../../remoting/tools/internal/refresh_tokens.json --hostname=chromoting-test-driver-host --verbosity=2 --gtest_filter=ChromotingTestFixture.TestMeasurePinBasedAuthentication --pin=123456
+#PROD_DIR#/chromoting_test_driver --username=chromoting.swarming@gmail.com --refresh-token-path=../../remoting/tools/internal/refresh_tokens.json --hostname=chromoting-test-driver-host --verbosity=2 --gtest_filter=ChromotingTestFixture.TestMeasureReconnectPerformance --pin=123456 \ No newline at end of file