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()). |
|
►
Sign in to add a comment |
|
Comment 1 by kathrelk...@chromium.org
, Jul 19 2016Labels: -ent_autotests
Status: WontFix (was: Available)