Added policy test cases for the remote access policies.

These tests are disabled by having an empty list of platforms. Commenting them out causes a presubmit script to fail.

TBR=nirnimesh@chromium.org
BUG=132345

Review URL: https://chromiumcodereview.appspot.com/10827195

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150313 0039d316-1c4b-4281-b951-d872f2087c98
parent dae22a04
...@@ -66,14 +66,11 @@ class PolicyPrefsTestCases(object): ...@@ -66,14 +66,11 @@ class PolicyPrefsTestCases(object):
# TODO(frankf): Enable on all OS after crbug.com/121066 is fixed. # TODO(frankf): Enable on all OS after crbug.com/121066 is fixed.
'RemoteAccessHostFirewallTraversal': 'RemoteAccessHostFirewallTraversal':
('kRemoteAccessHostFirewallTraversal', True, [], []), ('kRemoteAccessHostFirewallTraversal', True, [], []),
# 'RemoteAccessHostRequireTwoFactor': 'RemoteAccessHostRequireTwoFactor':
# ('kRemoteAccessHostRequireTwoFactor', False, [], ('kRemoteAccessHostRequireTwoFactor', False, [], []),
# ['win', 'mac', 'linux']), 'RemoteAccessHostDomain': ('kRemoteAccessHostDomain', '', [], []),
# 'RemoteAccessHostDomain': 'RemoteAccessHostTalkGadgetPrefix':
# ('kRemoteAccessHostDomain', '', [], ['win', 'mac', 'linux']), ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [], []),
# 'RemoteAccessHostTalkGadgetPrefix':
# ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [],
# ['win', 'mac', 'linux']),
'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL), 'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL),
# Note: supported_on is empty for this policy. # Note: supported_on is empty for this policy.
'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', True, [], []), 'CloudPrintProxyEnabled': ('kCloudPrintProxyEnabled', True, [], []),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment