Skip to content

Commit 5cafce8

Browse files
authored
Merge pull request #16 from redhat-performance/hardware-conf
collect hardware info
2 parents d0f7af4 + ff0d43a commit 5cafce8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

iozone/iozone_run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ arguments="$@"
5656
test_name="iozone"
5757
iozone_version = "v1.0"
5858

59+
60+
# Gather hardware information
61+
${curdir}/test_tools/gather_data ${curdir}
62+
5963
if [ ! -f "/tmp/${test_name}.out" ]; then
6064
command="${0} $@"
6165
echo $command
@@ -1651,8 +1655,8 @@ else
16511655
echo Ran >> ${results_dir}/test_results_report
16521656
fi
16531657

1654-
16551658
cp ${curdir}/meta_data.yml $results_dir
1659+
${curdir}/test_tools/move_data $curdir ${results_dir}
16561660
if [[ $auto -eq 0 ]]; then
16571661
reduce_non_auto_data $iozone_output_file > $out_dir/iozone_summary
16581662
cp -R ${results_dir} $out_dir

0 commit comments

Comments
 (0)