Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: testing/chromoting/chromoting_integration_tests.isolate

Issue 657433002: Python wrapper to launch Chromoting browser-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Raise exception if executing command fails. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/chromoting/chromoting_integration_tests.isolate
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
index 4b45213e98c4ad492a5b80028c89c839b1c479de..58aa971fc2ef16d90f98ad05d0e36ecd82bc905d 100644
--- a/testing/chromoting/chromoting_integration_tests.isolate
+++ b/testing/chromoting/chromoting_integration_tests.isolate
@@ -6,17 +6,16 @@
['OS=="linux"', {
'variables': {
'command': [
- '../xvfb.py',
+ './browser_tests_launcher.py',
+ '-f',
+ './browser_test_commands_linux.txt',
+ '-p',
'<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
- '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
- '--run-manual',
- '--ui-test-action-timeout=100000',
- '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
- '--extension-name=Chromoting',
],
'files': [
'../xvfb.py',
+ './browser_tests_launcher.py',
+ './browser_test_commands_linux.txt',
'<(PRODUCT_DIR)/libffmpegsumo.so',
'<(PRODUCT_DIR)/libosmesa.so',
'<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
« testing/chromoting/browser_tests_launcher.py ('K') | « testing/chromoting/browser_tests_launcher.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698