Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/policy_ForceGoogleSafeSearch/
Dpolicy_ForceGoogleSafeSearch.py66 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
Dpolicy_RestoreOnStartupURLs.py86 self.setup_case(self.POLICY_NAME, case_value, supporting_policies)
/external/autotest/client/site_tests/policy_ForceYouTubeSafetyMode/
Dpolicy_ForceYouTubeSafetyMode.py83 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/
Dpolicy_EditBookmarksEnabled.py103 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
Dpolicy_CookiesAllowedForUrls.py102 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
Dpolicy_CookiesBlockedForUrls.py101 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
Dpolicy_ChromeOsLockOnIdleSuspend.py120 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dpolicy_PopupsBlockedForUrls.py102 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dpolicy_PopupsAllowedForUrls.py101 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
Dpolicy_NotificationsBlockedForUrls.py127 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
Dpolicy_JavaScriptBlockedForUrls.py135 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
Dpolicy_NotificationsAllowedForUrls.py122 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/
Dpolicy_JavaScriptAllowedForUrls.py131 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/
Dpolicy_ImagesBlockedForUrls.py116 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dpolicy_ImagesAllowedForUrls.py119 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_ManagedBookmarks/
Dpolicy_ManagedBookmarks.py144 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_CookiesSessionOnlyForUrls/
Dpolicy_CookiesSessionOnlyForUrls.py160 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
Dpolicy_PluginsAllowedForUrls.py154 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_URLBlacklist/
Dpolicy_URLBlacklist.py135 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_URLWhitelist/
Dpolicy_URLWhitelist.py141 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
Dpolicy_PluginsBlockedForUrls.py154 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_DisableScreenshots/
Dpolicy_DisableScreenshots.py136 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/site_tests/policy_ProxySettings/
Dpolicy_ProxySettings.py182 self.setup_case(self.POLICY_NAME, case_value)
/external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
Dpolicy_PowerManagementIdleSettings.py286 self.setup_case(self.POLICY_NAME, case_value, self.SUPPORTING_POLICIES)
/external/autotest/client/cros/enterprise/
Denterprise_policy_base.py154 def setup_case(self, policy_name, policy_value, mandatory_policies={}, member in EnterprisePolicyTest