Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcase.py28 cls.testlayer_path = cls.tc.config_paths['testlayer_path']
29 cls.builddir = cls.tc.config_paths['builddir']
31 cls.localconf_path = cls.tc.config_paths['localconf']
32 cls.local_bblayers_path = cls.tc.config_paths['bblayers']
34 cls.testinc_path = os.path.join(cls.tc.config_paths['builddir'],
36 cls.testinc_bblayers_path = os.path.join(cls.tc.config_paths['builddir'],
38 cls.machineinc_path = os.path.join(cls.tc.config_paths['builddir'],
H A Dcontext.py57 …def __init__(self, td=None, logger=None, machines=None, config_paths=None, newbuilddir=None, keep_… argument
62 self.config_paths = config_paths
105 cp = t.tc.config_paths
285 self.tc.config_paths['testlayer_path'] = get_test_layer()
402 config_paths = self.tc_kwargs['init']['config_paths']