Home
last modified time | relevance | path

Searched refs:testpath (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/pids/
Dpids.sh42 rmdir $testpath
58 testpath="$mount_point/ltp_pids_$caseno"
59 ROD mkdir -p "$testpath"
78 testpath=$mount_point/ltp_pids_$caseno
84 ROD mkdir -p $testpath
105 start_pids_tasks2_path $testpath $1
124 stop_pids_tasks_path $testpath
143 pids_task1 "$testpath/$task_list"
161 ROD echo $max \> $testpath/pids.max
166 pids_task1 "$testpath/$task_list"
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh106 testpath=$mount_point/ltp_$TST_ID
113 ROD mkdir $testpath
117 ROD mkdir $testpath/subgroup_$i
124 if [ "$testpath" ]; then
127 if [ -d "$testpath/subgroup_1" ]; then
128 rmdir $testpath/subgroup_*
130 rmdir $testpath
147 cpuacct_task $testpath/subgroup_$i/tasks &
158 tmp=`cat $testpath/subgroup_$i/cpuacct.usage`
173 ref=`cat $testpath/cpuacct.usage`
/third_party/littlefs/scripts/
Dtest.py640 for testpath in args['test_paths']:
642 testpath, *filter = testpath.split('#')
646 if os.path.isdir(testpath):
647 testpath = testpath + '/*.toml'
648 elif os.path.isfile(testpath):
649 testpath = testpath
650 elif testpath.endswith('.toml'):
651 testpath = TEST_PATHS + '/' + testpath
653 testpath = TEST_PATHS + '/' + testpath + '.toml'
656 for path in glob.glob(testpath):
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py184 testpath = self.TestPathManipulation(test_name)
185 testCaseElement.attrib["classname"] = "%s.%s" % (testpath[0] , testpath[1])
186 testCaseElement.attrib["name"] = "%s %s" % (testpath[2].replace('.','_') , test_mode)