Home
last modified time | relevance | path

Searched refs:_JOB_ATTR_LIST (Results 1 – 1 of 1) sorted by relevance

/test/framework/harnesses/host_controller/campaigns/
Dcampaign_common.py23 _JOB_ATTR_LIST = [ variable
329 if not set(_JOB_ATTR_LIST).issubset(kwargs):
330 missing_keys = [key for key in _JOB_ATTR_LIST if key not in kwargs]