Lines Matching full:join
89 bb.utils.mkdirhier(os.path.join(export_path, 'lib', 'oeqa'))
95 files_to_copy = [ os.path.join('meta', 'lib', 'oeqa', 'core'),
96 os.path.join('meta', 'lib', 'oeqa', 'runtime'),
97 os.path.join('meta', 'lib', 'oeqa', 'files'),
98 os.path.join('meta', 'lib', 'oeqa', 'utils'),
99 os.path.join('scripts', 'oe-test'),
100 os.path.join('scripts', 'lib', 'argparse_oe.py'),
101 os.path.join('scripts', 'lib', 'scriptutils.py'), ]
104 src = os.path.join(corebase_path, f)
105 dst = os.path.join(export_path, f.split('/', 1)[-1])
112 cases_path = os.path.join(export_path, 'lib', 'oeqa', 'runtime', 'cases')
129 test_data_path = os.path.join(export_path, 'data')
131 shutil.copy2(image_manifest, os.path.join(test_data_path, 'manifest'))
132 shutil.copy2(tdname, os.path.join(test_data_path, 'testdata.json'))
137 shutil.rmtree(os.path.join(subdir, dir))
146 export_pkg_dir = os.path.join(d.getVar("TEST_EXPORT_DIR"), "packages")
155 tarball_path = os.path.join(sdk_deploy, tarball_name)
156 export_sdk_dir = os.path.join(d.getVar("TEST_EXPORT_DIR"),
170 tar_path = os.path.join(d.getVar("TEST_EXPORT_DIR"), tar_name)