Lines Matching full:join
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'],
56 not in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
57 …cls.logger.info("Adding: \"include selftest.inc\" in %s" % os.path.join(cls.builddir, "conf/local.…
58 ftools.append_file(os.path.join(cls.builddir, "conf/local.conf"), \
62 not in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
64 ftools.append_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
70 in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
72 ftools.remove_from_file(os.path.join(cls.builddir, "conf/local.conf"), \
76 in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
78 ftools.remove_from_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
84 os.remove(os.path.join(cls.builddir, "conf/selftest.inc"))
88 os.remove(os.path.join(root, f))
94 os.remove(os.path.join(cls.builddir, incl_file))
111 os.remove(os.path.join(root, f))
140 …self.logger.warning("tearDown commands have failed: %s" % ', '.join(map(str, failed_extra_commands…
201 return os.path.join(self.testlayer_path, 'recipes-test', recipe, 'test_recipe.inc')