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):
# TODO(frankf): Enable on all OS after crbug.com/121066 is fixed.
'RemoteAccessHostFirewallTraversal':
('kRemoteAccessHostFirewallTraversal', True, [], []),
# 'RemoteAccessHostRequireTwoFactor':
# ('kRemoteAccessHostRequireTwoFactor', False, [],
# ['win', 'mac', 'linux']),
# 'RemoteAccessHostDomain':
# ('kRemoteAccessHostDomain', '', [], ['win', 'mac', 'linux']),
# 'RemoteAccessHostTalkGadgetPrefix':
# ('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [],
# ['win', 'mac', 'linux']),
'RemoteAccessHostRequireTwoFactor':
('kRemoteAccessHostRequireTwoFactor', False, [], []),
'RemoteAccessHostDomain': ('kRemoteAccessHostDomain', '', [], []),
'RemoteAccessHostTalkGadgetPrefix':
('kRemoteAccessHostTalkGadgetPrefix', 'chromoting-host', [], []),
'PrintingEnabled': ('kPrintingEnabled', False, [], OS_ALL),
# Note: supported_on is empty for this policy.
'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