Improve tests for policy-provided web-trusted CA certs |
||
Issue description(1) Make it clear that no device policy is required for policy-provided web-trusted CA certs to apply in regular user sessions. (2) Add a test verifying that policy-provided web-trusted CA certs are respected in kiosk sessions.
,
Aug 28
Never tried entering a kiosk session in a browsertest so no idea unfortunately.
,
Nov 15
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/c269e4340bbf44f571d0e8f98b1a7cc9fe45c581 commit c269e4340bbf44f571d0e8f98b1a7cc9fe45c581 Author: Pavol Marko <pmarko@chromium.org> Date: Thu Nov 15 09:12:25 2018 Make user policy pushed CAs test only depend on user policy The goal is to make it obvious that the browser test testing policy-provided CA certificates which are used as trust anchors does not depend on device policy. Use InProcessBrowserTest instead of DevicePolicyCrosBrowserTest as base class for the test to achieve this. To make this easier, move the common 'user policy provided CA cert' test functionality to its own class, used by multiple tests. Bug: 874937 Test: browser tests Change-Id: I2be87daeafa7e21dd08de97958c2b66a8cb43271 Reviewed-on: https://chromium-review.googlesource.com/c/1178047 Reviewed-by: Lutz Justen <ljusten@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#608299} [modify] https://crrev.com/c269e4340bbf44f571d0e8f98b1a7cc9fe45c581/chrome/browser/chromeos/policy/user_network_configuration_updater_factory_browsertest.cc
,
Nov 15
The CL above fixed (1), fixing (2) is still pending. |
||
►
Sign in to add a comment |
||
Comment 1 by pmarko@chromium.org
, Aug 16