Skip to content

Commit 3e38daa

Browse files
authored
Merge pull request #21 from redhat-performance/hardware-conf
collect hardware info
2 parents 3d1389c + 9cbdeb1 commit 3e38daa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

passmark/passmark_run

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ arch=`uname -m`
6363

6464
show_usage=0
6565

66+
# Gather hardware information
67+
$run_dir/test_tools/gather_data ${curdir}
68+
6669
exit_out()
6770
{
6871
echo $1
@@ -198,6 +201,7 @@ move_data_to_export()
198201
mv /tmp/${test_name}.out $RESULTSDIR
199202
mv test_results_report $RESULTSDIR
200203
cp ${curdir}/meta_data.yml $RESULTSDIR
204+
$run_dir/test_tools/move_data $curdir $RESULTSDIR
201205
cp passmark.summary $RESULTSDIR
202206
cp results.csv $RESULTSDIR
203207
cp results_all_* $RESULTSDIR

0 commit comments

Comments
 (0)