Searched refs:testpath (Results 1 – 4 of 4) sorted by relevance
42 rmdir $testpath58 testpath="$mount_point/ltp_pids_$caseno"59 ROD mkdir -p "$testpath"78 testpath=$mount_point/ltp_pids_$caseno84 ROD mkdir -p $testpath105 start_pids_tasks2_path $testpath $1124 stop_pids_tasks_path $testpath143 pids_task1 "$testpath/$task_list"161 ROD echo $max \> $testpath/pids.max166 pids_task1 "$testpath/$task_list"[all …]
106 testpath=$mount_point/ltp_$TST_ID113 ROD mkdir $testpath117 ROD mkdir $testpath/subgroup_$i124 if [ "$testpath" ]; then127 if [ -d "$testpath/subgroup_1" ]; then128 rmdir $testpath/subgroup_*130 rmdir $testpath147 cpuacct_task $testpath/subgroup_$i/tasks &158 tmp=`cat $testpath/subgroup_$i/cpuacct.usage`173 ref=`cat $testpath/cpuacct.usage`
640 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 = testpath650 elif testpath.endswith('.toml'):651 testpath = TEST_PATHS + '/' + testpath653 testpath = TEST_PATHS + '/' + testpath + '.toml'656 for path in glob.glob(testpath):
184 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)