Chromium Code Reviews
DescriptionRewrite of the EnrollEnterpriseDevice PyAuto automation hook for WebUI.
The enroll device automation hook previously never returned when enrollment
failed. This rewrite will throw an EnrollmentError when enrollment fails
with a string describing the cause of the error. This rewrite will also
(hopefully) fix flakiness issues seen with the previous hook.
BUG=chromium-os:29466, chromium-os:22280, chromium-os:25640
TEST=desktopui_EnterprisePolicyServer
Change-Id: I380c7047d6feb1934811ebe66d69fd1e426039bc
Patch Set 1 #
Total comments: 10
Patch Set 2 : std::string -> const std::string& and style fixes #
Total comments: 8
Patch Set 3 : Addressed nits. #Messages
Total messages: 7 (0 generated)
|