Home
last modified time | relevance | path

Searched refs:setup_case (Results 1 – 15 of 15) sorted by relevance

/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
Dpolicy_RestoreOnStartupURLs.py51 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/
Dpolicy_EditBookmarksEnabled.py75 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dpolicy_CookiesBlockedForUrls.py89 self.setup_case(POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dpolicy_CookiesAllowedForUrls.py89 self.setup_case(POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dpolicy_PopupsBlockedForUrls.py86 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
Dpolicy_JavaScriptBlockedForUrls.py103 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dpolicy_PopupsAllowedForUrls.py86 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
Dpolicy_JavaScriptAllowedForUrls.py101 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_ManagedBookmarks/
Dpolicy_ManagedBookmarks.py73 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_URLBlacklist/
Dpolicy_URLBlacklist.py138 self.setup_case(POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_URLWhitelist/
Dpolicy_URLWhitelist.py146 self.setup_case(POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_ProxySettings/
Dpolicy_ProxySettings.py156 self.setup_case(POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
Dpolicy_ImagesBlockedForUrls.py95 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dpolicy_ImagesAllowedForUrls.py94 self.setup_case(self.POLICY_NAME, policy_value, policies_json)
/external/autotest/client/cros/
Denterprise_policy_base.py207 def setup_case(self, policy_name, policy_value, policies_json): member in EnterprisePolicyTest