/pkg/src/tests/api/ |
H A D | t_imageconfig.py | 34 import shutil namespace
|
H A D | t_indexer.py | 38 import shutil namespace 93 shutil.rmtree(ind._tmp_dir)
|
H A D | t_pkgtarfile.py | 36 import shutil namespace 62 shutil.rmtree(cpath)
|
H A D | t_api_info.py | 35 import shutil namespace
|
H A D | t_unix_usergrp.py | 34 import shutil namespace
|
H A D | t_altroot.py | 32 import shutil namespace 125 shutil.rmtree(self.test_path)
|
H A D | t_api_refresh.py | 33 import shutil namespace 95 shutil.copytree(statedir, statedir_backup) 112 shutil.rmtree(statedir) 113 shutil.copytree(statedir_backup, statedir) 145 shutil.copytree(img_statedir, img_statedir_backup) 158 shutil.rmtree(img_statedir) 159 shutil.copytree(img_statedir_backup, img_statedir)
|
H A D | t_file_manager.py | 34 import shutil namespace
|
H A D | t_misc.py | 34 import shutil namespace 69 shutil.rmtree(tmpdir)
|
H A D | t_p5i.py | 40 import shutil namespace
|
H A D | t_plat.py | 32 import shutil namespace 97 shutil.copyfile(exefilesrc, exefile) 121 shutil.rmtree(tdir1) 140 shutil.copyfile(exefilesrc, exefile) 159 shutil.rmtree(tdir1)
|
H A D | t_publisher.py | 36 import shutil namespace
|
H A D | t_history.py | 34 import shutil namespace 319 shutil.rmtree(h.path) 423 shutil.rmtree(h.path)
|
H A D | t_p5p.py | 45 import shutil namespace 509 shutil.rmtree(ext_dir) 533 shutil.rmtree(ext_dir) 555 shutil.rmtree(ext_dir) 566 shutil.rmtree(ext_dir) 588 shutil.rmtree(ext_dir) 718 shutil.rmtree(ext_tmp_dir) 722 shutil.rmtree(ext_tmp_dir) 768 shutil.rmtree(ext_dir) 946 shutil [all...] |
/pkg/src/tests/cli/ |
H A D | t_pkg_uninstall.py | 31 import shutil namespace 172 shutil.rmtree(mdir) 176 shutil.rmtree(mcdir)
|
H A D | t_pkgfmt.py | 34 import shutil namespace
|
H A D | t_util_update_file_layout.py | 35 import shutil namespace
|
H A D | t_change_facet.py | 32 import shutil namespace 177 shutil.rmtree(cache_dir) 189 shutil.rmtree(cache_dir)
|
H A D | t_https.py | 34 import shutil namespace 201 shutil.copy(bad_cert_path, pkg_cert_path) 242 shutil.copy(bad_cert_path, pkg_cert_path) 249 shutil.copy(bad_cert_path, pkg_cert_path)
|
H A D | t_pkg_verify.py | 32 import shutil namespace 486 shutil.rmtree(self.img_path())
|
H A D | t_pkg_composite.py | 38 import shutil namespace
|
H A D | t_pkg_nasty.py | 37 import shutil namespace 137 shutil.rmtree(self.mfst_path)
|
/pkg/src/tests/ro_data/signing_certs/ |
H A D | generate_certs.py | 30 import shutil namespace 41 shutil.rmtree(output_dir) 194 shutil.copy("cust_key.pem", 196 shutil.copy("cust_cert.pem", 198 shutil.copy("cust_cert.pem",
|
/pkg/src/modules/portable/ |
H A D | os_unix.py | 39 import shutil namespace 283 shutil.copy2(src, tmpdst) 308 shutil.copyfile(src, dst)
|
H A D | os_windows.py | 36 import shutil namespace 168 shutil.rmtree(trashdir, True) 242 shutil.copyfile(src, dst)
|