Searched refs:get_img_path (Results 1 - 20 of 20) sorted by relevance

/pkg/src/tests/cli/
H A Dt_pkg_initinstall.py88 return open(os.path.join(self.get_img_path(), path))
H A Dt_pkg_image_create.py131 self.rurl1, self.get_img_path()))
133 self.rurl1, self.get_img_path()), exit=1)
138 self.rurl1, self.get_img_path()))
140 self.rurl1, self.get_img_path()))
144 p = os.path.join(self.get_img_path(), "3588_2_image")
155 shutil.rmtree(self.get_img_path())
157 self.get_img_path()))
165 self.get_img_path()))
173 cmdpath = os.path.join(self.get_img_path(), "pkg")
316 p = os.path.join(self.get_img_path(), "test_5_imag
[all...]
H A Dt_pkg_verify.py168 portable.remove(os.path.join(self.get_img_path(), "usr", "bin",
204 fpath = os.path.join(self.get_img_path(), "etc", "preserved")
210 fpath = os.path.join(self.get_img_path(), "usr", "bin",
219 fpath = os.path.join(self.get_img_path(), "etc",
282 fd = open(os.path.join(self.get_img_path(), "usr", "bin", "bobcat"), "w+")
368 fd = open(os.path.join(self.get_img_path(), "usr", "bin", "bobcat"), "w+")
424 fd = open(os.path.join(self.get_img_path(), "etc", "preserved"), "w+")
520 fpath = os.path.join(self.get_img_path(), "usr", "bin",
H A Dt_pkg_revert.py127 file_path = os.path.join(self.get_img_path(), path)
134 os.unlink(os.path.join(self.get_img_path(), path))
137 os.rmdir(os.path.join(self.get_img_path(), path))
H A Dt_colliding_links.py138 self.assertEqual(os.stat(os.path.join(self.get_img_path(),
H A Dt_change_facet.py93 file_path = os.path.join(self.get_img_path(), path)
107 file_path = os.path.join(self.get_img_path(), str(path))
160 open(os.path.join(self.get_img_path(), "3"), "w").close()
162 os.remove(os.path.join(self.get_img_path(), "3"))
H A Dt_https.py199 pkg_cert_path = os.path.join(self.get_img_path(), "var", "pkg",
240 pkg_cert_path = os.path.join(self.get_img_path(), "var", "pkg",
247 pkg_cert_path = os.path.join(self.get_img_path(), "var", "pkg",
H A Dt_pkg_avoid.py326 self.get_img_path()))
337 self.get_img_path()), exit=5)
348 self.get_img_path()))
H A Dt_pkg_install.py461 libc_path = os.path.join(self.get_img_path(), "lib/libc.so.1")
1121 self.assertTrue(os.path.exists(os.path.join(self.get_img_path(),
1268 pdir = os.path.join(self.get_img_path(), "rofdir")
1830 "uninstall -v evil@1".format(self.get_img_path()))
3421 self.assertTrue(not os.path.isdir(os.path.join(self.get_img_path(),
3428 self.assertEqual(set(os.listdir(self.get_img_path())),
3604 pwdpath = os.path.join(self.get_img_path(), "etc/passwd")
3616 silly_path = os.path.join(self.get_img_path(), "etc/silly")
3678 self.get_img_path(), install_cmd))
3681 "liveroot@2.0".format(self.get_img_path(), install_cm
[all...]
H A Dt_pkg_uninstall.py71 os.chdir(os.path.join(self.get_img_path(), "tmp"))
H A Dt_fix.py324 fpath = os.path.join(self.get_img_path(), fname)
354 fpath = os.path.join(self.get_img_path(), fname)
426 fh = open(os.path.join(self.get_img_path(), "etc",
H A Dt_sysrepo.py295 self.sysrepo("-R {0} -c {1} -p {2}".format(self.get_img_path(),
386 img=self.get_img_path(),
404 self.pkg("-R {0} install sample".format(self.get_img_path()))
514 self.sysrepo("-R {0} -c {1} -p {2}".format(self.get_img_path(),
526 self.sysrepo("-R {0} -c {1} -p {2}".format(self.get_img_path(),
721 full_cache_path = os.path.join(self.get_img_path(), cache_path)
H A Dt_pkg_history.py144 img_file = os.path.join(self.get_img_path(), "foo/baz")
547 image_path = self.get_img_path()
H A Dt_change_variant.py171 file_path = os.path.join(self.get_img_path(), path)
H A Dt_pkg_image_update.py368 fname = os.path.join(self.get_img_path(),
H A Dt_pkg_publisher.py824 cmdpath = os.path.join(self.get_img_path(), "pkg")
826 img = image.Image(self.get_img_path(), should_exist=True,
H A Dt_pkgsign.py2806 os.path.join(self.get_img_path(), "etc/fileB"), "w") as fh:
2814 os.path.join(self.get_img_path(), "etc/fileB"), "w") as fh:
/pkg/src/tests/api/
H A Dt_pkg_api_install.py326 libc_path = os.path.join(self.get_img_path(), "lib/libc.so.1")
509 file_path = os.path.join(self.get_img_path(), "bin", "cat")
539 file_path = os.path.join(self.get_img_path(), "baz")
542 file_path = os.path.join(self.get_img_path(), "quux")
1238 dest_dir = os.path.join(self.get_img_path(), dest_dir_name)
1291 dest_file = os.path.join(self.get_img_path(), dest_file_name)
1292 src = os.path.join(self.get_img_path(), "dir")
1342 os.mkdir(os.path.join(self.get_img_path(), "export"))
1360 dest_link = os.path.join(self.get_img_path(), dest_link_name)
1407 os.mkdir(os.path.join(self.get_img_path(), "expor
[all...]
H A Dt_api_search.py1667 ip = self.get_img_path()
/pkg/src/tests/
H A Dpkg5unittest.py2403 def get_img_path(self): member in class:CliTestCase
2548 cmdline.extend(("-R", self.get_img_path()))
2599 ops = "-R {0}".format(self.get_img_path())
2880 args += " -R {0}".format(self.get_img_path())
3380 file_path = os.path.join(self.get_img_path(), path)
3387 file_path = os.path.join(self.get_img_path(), path)
3394 file_path = os.path.join(self.get_img_path(), path)
3400 file_path = os.path.join(self.get_img_path(), path)
3406 dir_path = os.path.join(self.get_img_path(), path)
3425 file_path = os.path.join(self.get_img_path(), pat
[all...]

Completed in 93 milliseconds