New issue
Advanced search Search tips

Issue 629364 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 2016
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Enterprise Autotest Refactor: Move setup() and initialize() to callable functions

Project Member Reported by kathrelk...@chromium.org, Jul 19 2016

Issue description

Since 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()).
 
Cc: -scunning...@chromium.org -dchan@chromium.org -krishna...@chromium.org -kathrelk...@chromium.org
Labels: -ent_autotests
Status: WontFix (was: Available)

Sign in to add a comment