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

Unified Diff: chrome/test/functional/media/media_test_env_names.py

Issue 7031020: Change for preparation for reference-build on perfbot (media) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Minor comment change. Created 9 years, 7 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
« no previous file with comments | « chrome/test/functional/media/media_test_base.py ('k') | chrome/test/functional/media/media_test_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/media/media_test_env_names.py
diff --git a/chrome/test/functional/media/media_test_env_names.py b/chrome/test/functional/media/media_test_env_names.py
index 6667f43d03378a02bc49690cb3fc708b64a4aa53..23dbba1746861d6f110dde8f0155a79c81d7f5c7 100644
--- a/chrome/test/functional/media/media_test_env_names.py
+++ b/chrome/test/functional/media/media_test_env_names.py
@@ -25,11 +25,12 @@ class MediaTestEnvNames:
# Use this when you want to add extra information in the result output.
EXTRA_NICKNAME_ENV_NAME = 'EXTRA_NICKNAME'
- # Use this when you do not want to report the first result output.
- # First result includes time to start up the browser.
+ # Define this environment varialbe when you do not want to report
dennis_jeffrey 2011/05/20 21:31:43 varialbe --> variable
imasaki1 2011/05/20 22:07:17 Done.
+ # the first result output. First result includes time to start up the browser.
REMOVE_FIRST_RESULT_ENV_NAME = 'REMOVE_FIRST_RESULT'
- # Add t=Data() parameter in query string to disable media cache.
+ # Add t=Data() parameter in query string to disable media cache
+ # if this environment is defined.
ADD_T_PARAMETER_ENV_NAME = 'ADD_T_PARAMETER'
# Print out only playback time information.
@@ -55,3 +56,10 @@ class MediaTestEnvNames:
# Define the test scenario, which contains operations during tests.
TEST_SCENARIO_ENV_NAME = 'TEST_SCENARIO'
+
+ # Define this environment variable if we want to run test using binaries of
+ # reference build, and not defined otherwise.
dennis_jeffrey 2011/05/20 21:31:43 and not defined otherwise --> otherwise do not def
imasaki1 2011/05/20 22:07:17 Done.
+ REFERENCE_BUILD_ENV_NAME = 'REFERENCE_BUILD'
+
+ # Define the path to the directory that contains binaries of reference build.
+ REFERENCE_BUILD_DIR_ENV_NAME = 'REFERENCE_BUILD_DIR'
« no previous file with comments | « chrome/test/functional/media/media_test_base.py ('k') | chrome/test/functional/media/media_test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698