Searched refs:config_paths (Results 1 – 2 of 2) sorted by relevance
28 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'],
70 …def __init__(self, td=None, logger=None, machines=None, config_paths=None, newbuilddir=None, keep_… argument73 self.config_paths = config_paths138 cp = t.tc.config_paths309 self.tc.config_paths['testlayer_path'] = get_test_layer(self.tc.td["BBLAYERS"])412 config_paths = self.tc_kwargs['init']['config_paths']