Enterprise Autotest Refactor: Move setup() and initialize() to callable functions |
||||||
Issue descriptionSince ARC++ means we must inherit from ArcTest too, we cannot reach enterprise_policy_base.py's setup() and initialize() via super. Move the content of these functions to something like policy_base_setup() and policy_base_initialize() and then call those functions from setup() and initialize(). Non-ARC++ use case will not change, but ARC++ tests can call this function as well as ArcTest's function (via super()).
,
Nov 11 2016
,
Nov 13 2017
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Nov 13 2017
,
Nov 13 2017
,
Nov 13 2017
This was done. |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by kathrelk...@chromium.org
, Jul 19 2016