summaryrefslogtreecommitdiff
path: root/dxo-piglit-run
blob: 1689cb07bd4e652fb30c87c1e5a82bdcbcdc104a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
#
# Execute a full run of Piglit, then submit the summary to morningstar
#
# TODO: Automatically determine class
#

piglit=${DXO_PATH}/piglit/repo
resultsdir=${DXO_PATH}/piglit/results
remotedatabase=morningstar:~/web/fdo/piglit-results
class=R500
testprofile=${piglit}/tests/r500-limit.tests
testname=RV530-`date +%Y-%M-%d-%H-%M`

${piglit}/piglit-run.py -n ${family}-${testunique} ${testprofile} ${resultsdir}

echo
echo "Finished the Piglit run; hit enter when ready to upload test summary."
read
echo "Copying summary to deadlights"
scp ${resultsdir}/summary ${remotedatabase}/incoming/${class}/${testname}