Lines Matching refs:p5p
42 import pkg.p5p as p5p
858 arc_path = os.path.join(self.test_root, "test.p5p")
867 arc = p5p.Archive(arc_path, mode="r")
894 arc2_path = os.path.join(self.test_root, "test2.p5p")
898 arc = p5p.Archive(arc2_path, mode="r")
950 arc_path = os.path.join(self.test_root, "dry-run.p5p")
958 arc_mog_path = os.path.join(self.test_root, "test_mog.p5p")
964 arc = p5p.Archive(arc_mog_path, mode="r")
1015 arc_path = os.path.join(self.test_root, "test.p5p")
1123 (os.path.join(adir, "archive.p5p"), "-a"))
1251 # Ensure that we can recv multi-hash packages into p5p files
1253 "multi-hash-{0}.p5p".format(hash_alg))