summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2009-05-26 22:08:41 +0200
committerNicolai Haehnle <nhaehnle@gmail.com>2009-05-26 22:08:41 +0200
commitb535c04b1b3ebabed68f8b5ae195cacb5fbcd2ce (patch)
tree4103d100b0410c0965ff083db1b2beadcaf17e53
parent1822773cd5e415c7b05740be06202bd02523446b (diff)
Piglit runner
-rwxr-xr-xdxo-piglit-run20
1 files changed, 20 insertions, 0 deletions
diff --git a/dxo-piglit-run b/dxo-piglit-run
new file mode 100755
index 0000000..71fc19f
--- /dev/null
+++ b/dxo-piglit-run
@@ -0,0 +1,20 @@
+#!/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.tests
+testname=RV530-`date +%Y-%M-%d-%H-%M`
+
+${piglit}/piglit-run.py -n ${family}-${testunique} ${testprofile} ${resultsdir}
+
+echo
+echo "Copying summary to deadlights"
+scp ${resultsdir}/summary ${remotedatabase}/incoming/${class}/${testname}
+