Lines Matching defs:test_root

350         # Uses property() to implements test_root as a read-only attribute.
352 test_root = property(fget=lambda self: self.__test_root)
658 "pkglint.exclude": ""}, self.test_root, section="pkglint")
667 os.path.join(self.test_root, "smf_cmds")
823 dir=self.test_root)
831 outpath = os.path.join(self.test_root, outputfile)
910 prefix = self.test_root
913 prefix = os.path.join(self.test_root, prefix)
930 manifest_dir = os.path.join(self.test_root,
1075 def configure_rcfile(self, rcfile, config, test_root, section="DEFAULT",
1080 test_root, returning the name of that new file.
1082 Used to set keys to point to paths beneath our test_root,
1087 with open("{0}/{1}{2}".format(test_root, os.path.basename(rcfile),
1261 if os.path.exists(test.test_root):
1263 misc.copytree(test.test_root, archive_path)
2369 path = os.path.join(self.test_root, "image{0:d}".format(i))
2522 os.chdir(self.test_root)
2628 rcpath = "{0}/pkglintrc".format(self.test_root)
2729 prefix = "cd {0};".format(self.test_root)
2815 fd, f_path = tempfile.mkstemp(dir=self.test_root)
2826 extra_opts, self.test_root,
2882 args += " -c {0}".format(os.path.join(self.test_root,
2885 args += " -l {0}".format(os.path.join(self.test_root,
2890 args += " -r {0}".format(os.path.join(self.test_root,
2923 args += " -c {0}".format(os.path.join(self.test_root,
2926 args += " -l {0}".format(os.path.join(self.test_root,
2931 args += " -r {0}".format(os.path.join(self.test_root,
3562 testdir = os.path.join(self.test_root)
3806 self.testdata_dir = os.path.join(self.test_root, "testdata")
3809 self.apache_dir = os.path.join(self.test_root, "apache")
3817 self.common_config_dir = os.path.join(self.test_root,
3885 self.https_conf_path = os.path.join(self.test_root,
4360 test_root = os.path.join(g_tempdir, "ips.test.{0:d}".format(os.getpid()))
4361 fakeroot = os.path.join(test_root, "fakeroot")
4389 mkdir_eexist_ok(test_root)