diff options
Diffstat (limited to 'chrome/test/functional/chromeos_policy.py')
-rwxr-xr-x | chrome/test/functional/chromeos_policy.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/test/functional/chromeos_policy.py b/chrome/test/functional/chromeos_policy.py deleted file mode 100755 index cd22fb3..0000000 --- a/chrome/test/functional/chromeos_policy.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# Copyright (c) 2011 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -import pyauto_functional -import pyauto - - -class EnterprisePolicyTest(pyauto.PyUITest): - """Test for enterprise policy. - - The device is expected to be manually enrolled and logged in as an - enterprise user. - """ - - - def testPolicy(self): - self.assertTrue(self.IsEnterpriseDevice()) - self.FetchEnterprisePolicy() - - -if __name__ == '__main__': - pyauto_functional.Main() |