Lines Matching refs:join
170 junk_repo = os.path.join(self.test_root, "junk-repo")
178 self.pkgsend(os.path.join(dfurl, "nochance"),
216 imaginary_file = os.path.join(self.test_root, "imaginary_file")
307 url = "{0}/{1}/0/{2}".format(dhurl, "add", "/".join((trx_id,
354 rpath = os.path.join(self.test_root, "example_repo")
374 assert os.path.exists(os.path.join(rpath,
403 lpath = os.path.join(self.test_root, "test_8_foo")
425 dir_1 = os.path.join(rootdir, "dir_1")
426 dir_2 = os.path.join(rootdir, "dir_2")
429 open(os.path.join(dir_1, "A"), "w").close()
430 open(os.path.join(dir_2, "B"), "w").close()
431 mfpath = os.path.join(rootdir, "manifest_test")
452 src_dir1 = os.path.join(rootdir, "foo")
453 src_dir2 = os.path.join(rootdir, "bar")
478 top_file = os.path.join(src_dir, "file-{0}".format(name))
488 os.link(top_file, os.path.join(src_dir,
492 top_dir = os.path.join(src_dir, "dir-{0}".format(name))
496 top_dir_file = os.path.join(top_dir,
514 os.link(top_file, os.path.join(top_dir,
518 os.link(top_dir_file, os.path.join(top_dir,
522 sub_dir = os.path.join(top_dir, "subdir-{0}".format(name))
526 sub_dir_file = os.path.join(sub_dir,
573 non_existing_bundle = os.path.join(self.test_root,
689 pkgroot = os.path.join(rootdir, "sysvpkg")
698 os.makedirs(os.path.join(pkgroot, dirname))
702 fpath = os.path.join(pkgroot, entry)
714 os.makedirs(os.path.join(pkgroot, entry), mode)
719 pkginfopath = os.path.join(pkgroot, "pkginfo")
724 prototypepath = os.path.join(pkgroot, "prototype")
752 mpath = os.path.join(self.test_root, "sysv.p5m")
777 spath = os.path.join(self.test_root, "nopkg")
781 rpath = os.path.join(self.test_root, "test11-repo")
803 spath = os.path.join(self.test_root, "nopkg")
808 rpath = os.path.join(self.test_root, "test11-genrepo")
825 os.path.join(self.test_root, "nopkg.pkg")),
829 spath = os.path.join(self.test_root, "nopkg")
834 rpath = os.path.join(self.test_root, "test12-genrepo")
848 name = os.path.join(self.img_path(), entry)
874 st = os.stat(os.path.join(self.img_path(), name))
994 junk_repo = os.path.join(self.test_root, "obs-junkrepo")
1039 fpath = os.path.join(self.test_root, "manifest")
1092 manifests = " ".join([path + ".manifest" for path in test_files])
1120 self.pkgsend(url, "include {0}".format(" ".join(misc)), exit=1)
1131 self.pkgsend(url, "import {0}".format(os.path.join(rootdir, "nopkg")),
1135 self.pkgsend(url, "generate {0}".format(os.path.join(rootdir, "nopkg")),
1147 os.path.join(rootdir, "nopkg.pkg")), coverage=False)
1157 self.pkgsend(url, "import {0}".format(os.path.join(rootdir, "nopkg.pkg")),
1161 self.pkgsend(url, "generate {0}".format(os.path.join(rootdir,
1196 os.path.join(rootdir, "nopkg.pkg")), coverage=False)
1197 self.pkgsend(url, "generate {0}".format(os.path.join(rootdir,
1207 rpath = os.path.join(self.test_root, name)
1245 dir_1 = os.path.join(rootdir, "dir_1")
1246 dir_2 = os.path.join(rootdir, "dir_2")
1249 open(os.path.join(dir_1, "A"), "w").close()
1250 open(os.path.join(dir_2, "B"), "w").close()
1251 mfpath = os.path.join(rootdir, "manifest_test")
1260 elfmfpath = os.path.join(self.test_root, "elftest.p5m")
1283 dir_1 = os.path.join(rootdir, "dir_1")
1285 open(os.path.join(dir_1, "A"), "w").close()
1286 mfpath = os.path.join(rootdir, "manifest_test")
1300 mfpath = os.path.join(self.test_root, "foo.p5m")
1343 mfpath = os.path.join(self.test_root, "pkgsend_multihash.mf")
1386 src_dir = os.path.join(rootdir, "foo")
1402 top_file = os.path.join(src_dir, "file-{0}".format(name))
1406 top_dir = os.path.join(src_dir, "dir-{0}".format(name))
1410 top_dir_file = os.path.join(top_dir,
1416 sub_dir = os.path.join(top_dir, "subdir-{0}".format(name))
1420 sub_dir_file = os.path.join(sub_dir,
1430 os.chown(os.path.join(root,f), owner_id,
1454 mfpath = os.path.join(self.test_root, "content-attrs.p5m")
1504 rootdir = os.path.join(self.test_root, "bundletest")
1530 return "\n".join(res)
1557 lpath = os.path.join(rootdir, link)
1576 targetargs = "".join(("--target {0} ".format(t) for t in
1638 self.verboten = os.path.join(self.test_root, "tmp/verboten")
1647 dir_1 = os.path.join(rootdir, "dir_1")
1649 open(os.path.join(dir_1, "A"), "w").close()
1650 open(os.path.join(dir_1, "B"), "w").close()
1651 mfpath = os.path.join(rootdir, "manifest_test")
1659 "cert": os.path.join(self.cs_dir, self.get_cli_cert("test")),
1660 "key": os.path.join(self.keys_dir, self.get_cli_key("test")),
1664 "empty": os.path.join(self.test_root, "tmp/empty"),
1665 "noexist": os.path.join(self.test_root, "octopus"),