Lines Matching +defs:line +defs:line
162 line = "job {0}".format(jsonjob['job options']['name']) variable
169 …line = 'FAILED ' + line + ' ss attained, runtime {0} < ss_dur {1} + ss_ramp {2}'.format(actual, jo… variable
171 …line = line + ' ss attained, runtime {0} > ss_dur {1} + ss_ramp {2},'.format(actual, job['ss_dur']… variable
180 …line = 'FAILED ' + line + ' fio criterion {0} != calculated criterion {1} '.format(jsonjob['steady… variable
183 … line = 'PASSED ' + line + ' target {0} < limit {1}'.format(target, job['ss_limit']) variable
185 …line = 'FAILED ' + line + ' target {0} < limit {1} but fio reports ss not attained '.format(target… variable
191 …line = 'FAILED ' + line + ' ss not attained, expected runtime {0} != actual runtime {1}'.format(ex… variable
193 …line = line + ' ss not attained, runtime {0} != ss_dur {1} + ss_ramp {2},'.format(actual, job['ss_… variable
203 …line = 'FAILED ' + line + ' fio criterion {0} != calculated criterion {1} '.format(jsonjob['steady… variable
205 …line = 'PASSED ' + line + ' fio criterion {0} == 0.0 since ss_dur + ss_ramp has not elapsed '.form… variable
208 …line = 'FAILED ' + line + ' target {0} < threshold {1} but fio reports ss not attained '.format(ta… variable
210 … line = 'PASSED ' + line + ' criterion {0} > threshold {1}'.format(target, job['ss_limit']) variable
218 …line = result + line + ' no ss, expected runtime {0} ~= actual runtime {1}'.format(expected, actua… variable