Home
last modified time | relevance | path

Searched refs:test_root (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/dports/www/py-pyocclient/pyocclient-0.6/owncloud/test/
H A Dtest.py61 self.test_root = Config['test_root']
62 if not self.test_root[-1] == '/':
63 self.test_root += '/'
64 if not self.test_root[0] == '/':
65 self.test_root = '/' + self.test_root
66 self.client.mkdir(self.test_root)
80 self.client.delete(self.test_root)
449 self.test_root + 'subdir'
477 self.test_root + 'subdir'
1331 self.test_root += '/'
[all …]
/dports/www/firefox/firefox-99.0/testing/mozbase/moztest/moztest/selftest/
H A Dfixtures.py56 test_root = None
63 test_root = os.path.join(harness_root, "tests", "selftests")
65 test_root = os.path.join(
68 if not os.path.exists(test_root):
69 if os.path.lexists(test_root):
70 os.remove(test_root)
73 if not os.path.isdir(os.path.dirname(test_root)):
74 os.makedirs(os.path.dirname(test_root))
75 os.symlink(files_dir, test_root)
77 shutil.copytree(files_dir, test_root)
[all …]
/dports/net-mgmt/seafile-client/seafile-7.0.9/tests/sync-auto-test/
H A Dutil.py29 self.test_root = ''
32 self.test_root = root
166 os.makedirs(os.path.join(self.worktree1, self.test_root, path))
183 abs_path = os.path.join(pdir, self.test_root, fpath)
192 os.remove(os.path.join(self.worktree1, self.test_root, fpath))
194 os.remove(os.path.join(self.worktree2, self.test_root, fpath))
203 abs_path = os.path.join(pdir, self.test_root, fpath)
222 files = glob.glob(os.path.join(pdir, self.test_root, regex))
223 dest = os.path.join(pdir, self.test_root, dest_path)
243 return os.path.join(self.worktree1, self.test_root, path)
[all …]
/dports/devel/protobuf/protobuf-3.17.3/
H A Dbuild_files_updated_unittest.sh27 test_root="${TEST_TMPDIR}/build_files_updated_unittest"
28 mkdir "${test_root}"
31 test_root=$(mktemp -d)
39 rm -rf "${test_root}"
44 golden_dir="${test_root}/golden"
51 test_dir="${test_root}/test"
56 cd "${test_root}/test"
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/moztest/moztest/selftest/
H A Dfixtures.py62 test_root = os.path.join(harness_root, "tests", "selftests")
64 test_root = os.path.join(
67 if not os.path.exists(test_root):
68 if os.path.lexists(test_root):
69 os.remove(test_root)
72 if not os.path.isdir(os.path.dirname(test_root)):
73 os.makedirs(os.path.dirname(test_root))
74 os.symlink(files_dir, test_root)
76 shutil.copytree(files_dir, test_root)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/moztest/moztest/selftest/
H A Dfixtures.py62 test_root = os.path.join(harness_root, "tests", "selftests")
64 test_root = os.path.join(
67 if not os.path.exists(test_root):
68 if os.path.lexists(test_root):
69 os.remove(test_root)
72 if not os.path.isdir(os.path.dirname(test_root)):
73 os.makedirs(os.path.dirname(test_root))
74 os.symlink(files_dir, test_root)
76 shutil.copytree(files_dir, test_root)
/dports/sysutils/fd/fd-8.3.0/tests/
H A Dtests.rs31 .test_root()
426 .open(te.test_root().join("hidden-file.txt"))
475 fs::File::create(te.test_root().join(".fdignore"))
480 fs::File::create(te.test_root().join(".gitignore"))
514 fs::File::create(te.test_root().join(".gitignore"))
549 fs::File::create(te.test_root().join(".gitignore"))
588 fs::File::create(te.test_root().join(".fdignore"))
1598 te.test_root()
1725 remove_symlink(te.test_root().join("symlink"));
1765 remove_symlink(te.test_root().join("symlink"));
[all …]
/dports/lang/v8/v8-9.6.180.12/test/mozilla/
H A Dtestcfg.py75 return os.path.relpath(abspath, self.test_root)
81 self.test_root = os.path.join(self.root, "data")
82 self._test_loader.test_root = self.test_root
97 script = os.path.join(self.suite.test_root,
103 files.append(os.path.join(self.suite.test_root, testfilename))
110 return os.path.join(self.suite.test_root, self.path + self._get_suffix())
/dports/devel/grpc134/grpc-1.34.1/src/ruby/end2end/
H A Dcall_credentials_timeout_test.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
H A Dcall_credentials_returning_bad_metadata_doesnt_kill_background_thread_test.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
/dports/devel/grpc134/grpc-1.34.1/src/ruby/spec/
H A Dclient_auth_spec.rb18 test_root = File.join(File.dirname(__FILE__), 'testdata')
20 creds = files.map { |f| File.open(File.join(test_root, f)).read }
25 test_root = File.join(File.dirname(__FILE__), 'testdata')
26 cert = File.open(File.join(test_root, 'client.pem')).read
32 test_root = File.join(File.dirname(__FILE__), 'testdata')
33 GRPC.logger.info("test root: #{test_root}")
35 creds = files.map { |f| File.open(File.join(test_root, f)).read }
/dports/devel/grpc130/grpc-1.30.2/src/ruby/spec/
H A Dclient_auth_spec.rb18 test_root = File.join(File.dirname(__FILE__), 'testdata')
20 creds = files.map { |f| File.open(File.join(test_root, f)).read }
25 test_root = File.join(File.dirname(__FILE__), 'testdata')
26 cert = File.open(File.join(test_root, 'client.pem')).read
32 test_root = File.join(File.dirname(__FILE__), 'testdata')
33 GRPC.logger.info("test root: #{test_root}")
35 creds = files.map { |f| File.open(File.join(test_root, f)).read }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/ruby/spec/
H A Dclient_auth_spec.rb18 test_root = File.join(File.dirname(__FILE__), 'testdata')
20 creds = files.map { |f| File.open(File.join(test_root, f)).read }
25 test_root = File.join(File.dirname(__FILE__), 'testdata')
26 cert = File.open(File.join(test_root, 'client.pem')).read
32 test_root = File.join(File.dirname(__FILE__), 'testdata')
33 GRPC.logger.info("test root: #{test_root}")
35 creds = files.map { |f| File.open(File.join(test_root, f)).read }
/dports/misc/py-powerline-status/powerline-2.8.2/tests/test_shells/
H A Drun_script.py28 test_root = os.environ['TEST_ROOT']
37 full_log_file_name = os.path.join(test_root, '{0}.full.log'.format(log_file_base))
40 os.path.abspath(os.path.join(test_root, 'path')),
58 'XDG_CONFIG_HOME': os.path.abspath(os.path.join(test_root, 'fish_home')),
59 'IPYTHONDIR': os.path.abspath(os.path.join(test_root, 'ipython_home')),
67 'TEST_ROOT': test_root,
115 os.path.join(test_root, 'path', 'python'),
119 pidfile = os.path.join(test_root, '3rd', 'pid')
/dports/devel/grpc130/grpc-1.30.2/src/ruby/end2end/
H A Dcall_credentials_timeout_driver.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
/dports/devel/grpc/grpc-1.42.0/src/ruby/end2end/
H A Dcall_credentials_timeout_test.rb28 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
30 creds = files.map { |f| File.open(File.join(test_root, f)).read }
35 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
36 cert = File.open(File.join(test_root, 'client.pem')).read
42 test_root = File.join(File.dirname(__FILE__), '..', 'spec', 'testdata')
43 GRPC.logger.info("test root: #{test_root}")
45 creds = files.map { |f| File.open(File.join(test_root, f)).read }
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1427 test_time, &empty_store, &test_root ); in cms_test_exec()
1429 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1434 &empty_store, &test_root ); in cms_test_exec()
1438 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1442 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1446 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1454 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1458 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1427 test_time, &empty_store, &test_root ); in cms_test_exec()
1429 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1434 &empty_store, &test_root ); in cms_test_exec()
1438 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1442 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1446 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1454 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1458 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1427 test_time, &empty_store, &test_root ); in cms_test_exec()
1429 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1434 &empty_store, &test_root ); in cms_test_exec()
1438 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1442 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1446 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1454 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1458 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/net/ipxe/ipxe-2265a65/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1429 test_time, &empty_store, &test_root ); in cms_test_exec()
1431 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1436 &empty_store, &test_root ); in cms_test_exec()
1440 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1444 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1448 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1456 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1460 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1427 test_time, &empty_store, &test_root ); in cms_test_exec()
1429 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1434 &empty_store, &test_root ); in cms_test_exec()
1438 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1442 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1446 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1454 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1458 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1427 test_time, &empty_store, &test_root ); in cms_test_exec()
1429 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1434 &empty_store, &test_root ); in cms_test_exec()
1438 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1442 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1446 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1454 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1458 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1427 test_time, &empty_store, &test_root ); in cms_test_exec()
1429 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1434 &empty_store, &test_root ); in cms_test_exec()
1438 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1442 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1446 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1454 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1458 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/tests/
H A Dcms_test.c1319 static struct x509_root test_root = { variable
1427 test_time, &empty_store, &test_root ); in cms_test_exec()
1429 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1434 &empty_store, &test_root ); in cms_test_exec()
1438 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1442 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1446 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1454 NULL, test_time, &empty_store, &test_root ); in cms_test_exec()
1458 NULL, test_expired, &empty_store, &test_root ); in cms_test_exec()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/moztest/moztest/selftest/
H A Dfixtures.py60 test_root = os.path.join(harness_root, 'tests', 'selftests')
61 if not os.path.exists(test_root):
62 if os.path.lexists(test_root):
63 os.remove(test_root)
66 os.symlink(files_dir, test_root)
68 shutil.copytree(files_dir, test_root)

12345678910>>...23