HomeSort by relevance Sort by last modified time
    Searched refs:testdir (Results 26 - 50 of 69) sorted by null

12 3

  /external/autotest/client/bin/
setup_job.py 42 def init_test(options, testdir):
48 @param testdir The test directory.
55 locals_dict['testdir'] = testdir
60 test_name = os.path.split(testdir)[-1]
68 sys.path.insert(0, testdir)
73 init_stmt = ('auto_test = %s.%s(job, testdir, outputdir)' %
112 testdir = os.path.join(os.environ['AUTODIR'], test_base_dir)
113 for test_name in sorted(os.listdir(testdir)):
114 client_test = init_test(options, os.path.join(testdir, test_name)
    [all...]
  /build/kati/
find.h 44 string testdir; member in struct:FindCommand
pathutil.go 437 testdir string // before chdir
475 _, ents := fsCache.readdir(filepathClean(fcp.fc.testdir), unknownFileid)
477 glog.V(1).Infof("find: testdir %s - not dir", fcp.fc.testdir)
527 errFindDupTestdir = errors.New("find command: dup testdir")
618 if p.fc.testdir != "" {
625 p.fc.testdir, err = p.token()
  /external/autotest/site_utils/
generate_test_report 87 def _CollectPerf(self, testdir):
88 """Parses keyval file under testdir and return the perf keyval pairs.
90 @param testdir: autoserv test result directory path.
97 return self._CollectKeyval(testdir, 'perf')
99 def _CollectAttr(self, testdir):
100 """Parses keyval file under testdir and return the attr keyval pairs.
102 @param testdir: autoserv test result directory path.
109 return self._CollectKeyval(testdir, 'attr')
111 def _CollectKeyval(self, testdir, keyword):
112 """Parses keyval file under testdir
    [all...]
  /external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh 139 testdir() function
237 testdir dir1 $fstype false
238 testdir dir2-bound $fstype false
239 testdir dir3-ro $fstype true
  /external/ltp/testcases/network/nfsv4/acl/
test_acl.py 19 u = subprocess.getoutput('mkdir ' + path + "/" + testdir)
20 u = subprocess.getoutput('getfacl ' + path + "/" + testdir)
28 u = subprocess.getoutput('touch ' + path + "/" + testdir + testfile)
30 u = subprocess.getoutput('getfacl ' + path + "/" + testdir + testfile)
  /external/ltp/testcases/commands/du/
du01.sh 37 ROD_SILENT mkdir -p testdir
39 ROD_SILENT ln -s ../testfile testdir/testsymlink
87 check3="^\(0\|${page_size}\)[[:space:]]\.\/testdir\/testsymlink"
91 check11="^10[2-3][0-9][0-9][[:space:]]testdir\/testsymlink"
93 check16="^10[2-3][0-9][0-9][[:space:]]testdir\/"
110 11) du_test "du -D testdir/testsymlink" ${check11};;
111 12) du_test "du --dereference-args testdir/testsymlink" ${check11};;
115 16) du_test "du -L testdir/" ${check16};;
116 17) du_test "du --dereference testdir/" ${check16};;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_traceback.py 73 testdir = tempfile.mkdtemp()
75 sys.path.insert(0, testdir)
76 testfile = os.path.join(testdir, 'test_bug737473.py')
110 for f in os.listdir(testdir):
111 os.unlink(os.path.join(testdir, f))
112 os.rmdir(testdir)
test_compiler.py 29 testdir = os.path.dirname(test.test_support.__file__)
31 for dir in [libdir, testdir]:
regrtest.py 228 def main(tests=None, testdir=None, verbose=0, quiet=False,
240 testdir -- the directory in which to look for tests (optional)
243 specify testdir; if it's omitted, the directory containing the
432 alltests = findtests(testdir, stdtests, nottests)
681 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
683 testdir = findtestdir(testdir)
684 names = os.listdir(testdir)
    [all...]
  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 63 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
65 testdir = findtestdir(testdir)
66 names = os.listdir(testdir)
77 if test.startswith('test.') or ns.testdir:
setup.py 41 if ns.testdir:
44 sys.path.insert(0, os.path.abspath(ns.testdir))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_py.py 76 testdir = os.path.join(sources, "doc")
77 os.mkdir(testdir)
78 open(os.path.join(testdir, "testfile"), "w").close()
  /external/python/cpython2/Lib/distutils/tests/
test_build_py.py 76 testdir = os.path.join(sources, "doc")
77 os.mkdir(testdir)
78 open(os.path.join(testdir, "testfile"), "w").close()
  /external/python/cpython2/Lib/test/
test_traceback.py 76 testdir = tempfile.mkdtemp()
78 sys.path.insert(0, testdir)
79 testfile = os.path.join(testdir, 'test_bug737473.py')
113 for f in os.listdir(testdir):
114 os.unlink(os.path.join(testdir, f))
115 os.rmdir(testdir)
regrtest.py 64 --testdir -- execute test files in the specified directory
336 def main(tests=None, testdir=None, verbose=0, quiet=False,
348 testdir -- the directory in which to look for tests (optional)
351 specify testdir; if it's omitted, the directory containing the
375 'failfast', 'match=', 'testdir=', 'list-tests', 'list-cases',
483 elif o == '--testdir':
484 testdir = a
504 if testdir:
505 testdir = os.path.abspath(testdir)
    [all...]
test_compiler.py 29 testdir = test.test_support.TEST_HOME_DIR
31 for dir in [testdir]:
  /external/autotest/client/site_tests/hardware_LightSensor/
hardware_LightSensor.py 32 path = os.path.join(self.job.testdir, "hardware_LightSensor",
  /external/ltp/testcases/kernel/fs/mongo/
test.sh 25 TEST_DIR=testdir
  /external/python/cpython3/Lib/distutils/tests/
test_build_py.py 73 testdir = os.path.join(sources, "doc")
74 os.mkdir(testdir)
75 open(os.path.join(testdir, "testfile"), "w").close()
  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 98 testdir = ['apm/'];
110 testdir = ['apm-swb/'];
120 testdir = ['apmm/'];
129 inpathtest = [inpath testdir];
130 outpathtest = [outpath testdir];
131 refpathtest = [refpath testdir];
  /external/autotest/client/common_lib/
base_job_unittest.py 81 'tmpdir', 'testdir', 'site_testdir', 'bindir',
190 self.assert_(self.cjob.testdir.startswith('/atest/client'))
193 self.assert_(self.sjob.testdir.startswith('/atest/server'))
261 self.testdir = tempfile.mkdtemp(suffix='unittest')
263 os.chdir(self.testdir)
268 shutil.rmtree(self.testdir, ignore_errors=True)
524 self.testdir = tempfile.mkdtemp(suffix='unittest')
526 os.chdir(self.testdir)
531 shutil.rmtree(self.testdir, ignore_errors=True)
587 self.testdir = tempfile.mkdtemp(suffix='unittest'
    [all...]
  /external/autotest/client/site_tests/power_Display/
power_Display.py 25 <testdir>/html/<name>.html
35 http_path = os.path.join(self.job.testdir, 'power_Display', 'html')
  /external/f2fs-tools/scripts/
verify.sh 8 TARGET=./testdir
  /external/markdown/MarkdownTest/
MarkdownTest.pl 26 "testdir=s" => \$test_dir,
127 =item B<--testdir>

Completed in 464 milliseconds

12 3