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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 8852002: Moved the policy functional tests to their own suite on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years 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 | « no previous file | chrome/test/pyautolib/policy_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index bb62ccf51e7abd85e650a13eb4146d3149167fd9..6e27611cc25129aba42b4fb1833cd37b02fcda71 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -281,6 +281,10 @@
'-imports',
# Multi-profile doesn't apply to chromeos yet.
'-multiprofile',
+ # These require a custom setup on ChromeOS and have their own suite for
+ # this platform.
+ '-policy',
+ '-policy_prefs_ui',
# ==================================================
# Disabled tests that need to be investigated/fixed.
@@ -575,6 +579,15 @@
],
},
+ # ChromeOS policy tests. These are shared with Desktop Chrome tests, but
+ # require custom setup on ChromeOS.
+ 'CHROMEOS_POLICY': {
+ 'chromeos': [
+ 'policy',
+ 'policy_prefs_ui',
+ ],
+ },
+
# ChromeOS volume tests.
'CHROMEOS_VOLUME': {
'chromeos': [
« no previous file with comments | « no previous file | chrome/test/pyautolib/policy_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698