Lines Matching defs:output
16 # On Windows I encounter frequent fio problems generating JSON output (nothing to decode)
79 'output': "set steady state IOPS threshold to 10.000000" },
81 'output': "set steady state threshold to 10.000000%" },
83 'output': "set steady state threshold to 0.100000%" },
85 'output': "set steady state threshold to 10.000000%" },
87 'output': "set steady state threshold to 0.100000%" },
89 'output': "set steady state BW threshold to 12" },
92 output = subprocess.check_output([args.fio] + test['args']);
93 if test['output'] in output:
94 print "PASSED '{0}' found with arguments {1}".format(test['output'], test['args'])
96 print "FAILED '{0}' NOT found with arguments {1}".format(test['output'], test['args'])
132 "--output-format=json",
133 "--output={0}".format(tf),
156 output = subprocess.call([args.fio] + parameters)