summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-07-01 18:39:09 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-02 01:39:48 +0000
commit751a18f30665e8cc19bc5abcd304e550f99fde48 (patch)
treeeac849d5bc7dfa4b0149ba995a0367cf8e86e249 /remoting/remoting_test.gypi
parentb8827395a72e786259c24806fcc0f5827e2a88c5 (diff)
downloadchromium_src-751a18f30665e8cc19bc5abcd304e550f99fde48.zip
chromium_src-751a18f30665e8cc19bc5abcd304e550f99fde48.tar.gz
chromium_src-751a18f30665e8cc19bc5abcd304e550f99fde48.tar.bz2
Adding the ability to release hosts after testing to the app remoting test driver.
This change introduces a new class which will wrap calls to the ReportIssue API. This request will be used to tell the service when we are done with the remote hosts we used for testing so that they can be cleaned up and the test will receive a fresh instance the next time it is launched. I've also moved the logic to create the service urls out into a separate class which can be used by framework and unit test code. Also updates the behavior for 'show-host-availability' so that it can be used when running tests for debugging info purposes. Also cleans up some minor cpplint errors. BUG= Review URL: https://codereview.chromium.org/1219063002 Cr-Commit-Position: refs/heads/master@{#337155}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi11
1 files changed, 11 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index cc85620..92043c5 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -48,11 +48,17 @@
'signaling/mock_signal_strategy.h',
'test/access_token_fetcher.cc',
'test/access_token_fetcher.h',
+ 'test/app_remoting_report_issue_request.cc',
+ 'test/app_remoting_report_issue_request.h',
+ 'test/app_remoting_service_urls.cc',
+ 'test/app_remoting_service_urls.h',
'test/app_remoting_test_driver_environment.cc',
'test/app_remoting_test_driver_environment_app_details.cc',
'test/app_remoting_test_driver_environment.h',
'test/fake_access_token_fetcher.cc',
'test/fake_access_token_fetcher.h',
+ 'test/fake_app_remoting_report_issue_request.cc',
+ 'test/fake_app_remoting_report_issue_request.h',
'test/fake_network_dispatcher.cc',
'test/fake_network_dispatcher.h',
'test/fake_network_manager.cc',
@@ -151,6 +157,10 @@
'test/app_remoting_connected_client_fixture.h',
'test/app_remoting_connection_helper.cc',
'test/app_remoting_connection_helper.h',
+ 'test/app_remoting_report_issue_request.cc',
+ 'test/app_remoting_report_issue_request.h',
+ 'test/app_remoting_service_urls.cc',
+ 'test/app_remoting_service_urls.h',
'test/app_remoting_test_driver_environment.cc',
'test/app_remoting_test_driver_environment.h',
'test/remote_application_details.h',
@@ -356,6 +366,7 @@
'signaling/xmpp_stream_parser_unittest.cc',
'signaling/xmpp_signal_strategy_unittest.cc',
'test/access_token_fetcher_unittest.cc',
+ 'test/app_remoting_report_issue_request_unittest.cc',
'test/app_remoting_test_driver_environment_unittest.cc',
'test/remote_host_info_fetcher_unittest.cc',
'test/test_chromoting_client_unittest.cc',