Searched defs:tempfile (Results 1 - 10 of 10) sorted by relevance

/sssd-io/src/tests/python/sssd/testlib/common/
H A Dlibkrb5.py3 import tempfile namespace
63 (krb_config, krb_config_path) = tempfile.mkstemp(suffix='cfg')
75 (acl_config, acl_config_path) = tempfile.mkstemp(suffix='cfg')
H A Dlibdirsrv.py5 import tempfile namespace
76 (ds_config, ds_config_file_path) = tempfile.mkstemp(suffix='cfg')
H A Dutils.py5 import tempfile namespace
101 tmp_fd, tmp_file_path = tempfile.mkstemp(suffix='conf', prefix='smb')
336 temp_fd, temp_file_path = tempfile.mkstemp(suffix='conf',
356 temp_fd, temp_file_path = tempfile.mkstemp(suffix='conf',
630 self.nssdb = tempfile.mkdtemp('nssdir')
/sssd-io/src/tests/intg/
H A Dfiles_ops.py21 import tempfile namespace
79 tmp_file = tempfile.NamedTemporaryFile(mode='w', dir=self.tmp_dir,
H A Dtest_files_provider.py28 import tempfile namespace
160 _, alt_passwd_path = tempfile.mkstemp(prefix='altpasswd')
164 _, alt_group_path = tempfile.mkstemp(prefix='altgroup')
196 alt_passwd_path = tempfile.mktemp(prefix='altpasswd')
199 alt_group_path = tempfile.mktemp(prefix='altgroup')
/sssd-io/src/tests/
H A Dpysss_murmur-test.py25 import tempfile namespace
29 MODPATH = tempfile.mkdtemp(prefix="tp_pysss_murmur_", dir=TEST_DIR)
H A Dpyhbac-test.py8 import tempfile namespace
12 MODPATH = tempfile.mkdtemp(prefix="tp_pyhbac_", dir=TEST_DIR)
H A Dpython-test.py24 import tempfile namespace
199 skeldir = tempfile.mkdtemp()
200 fd, path = tempfile.mkstemp(dir=skeldir)
/sssd-io/src/tests/multihost/basic/
H A Dconftest.py11 import tempfile namespace
115 temp_fd, temp_file_path = tempfile.mkstemp(suffix='conf', prefix='sssd')
/sssd-io/src/config/
H A DSSSDConfigTest.py10 import tempfile namespace
26 return tempfile.mkdtemp(dir=test_dir)

Completed in 25 milliseconds