summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-28 17:11:54 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-28 17:11:54 -0500
commit486e91b428110447076120e3760b96363b1a1877 (patch)
tree3e058238b1ab89a7b9068c646af2b63ff272db29
parente83bc194308703c4f7661635dd1e13e2d87ef25d (diff)
downloadphoronix-test-suite-upstream-486e91b428110447076120e3760b96363b1a1877.tar.gz
phoronix-test-suite-upstream-486e91b428110447076120e3760b96363b1a1877.tar.xz
phoronix-test-suite-upstream-486e91b428110447076120e3760b96363b1a1877.zip
pts: Add photo-sample base test profile for providing sample photographs
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/base-test-profiles/2d-test.xml7
-rw-r--r--pts/base-test-profiles/photo-sample.xml6
-rw-r--r--pts/base-test-resources/photo-sample/downloads.xml10
-rwxr-xr-xpts/base-test-resources/photo-sample/install.sh3
5 files changed, 26 insertions, 1 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index be7612e..b3a72be 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -16,6 +16,7 @@ Phoronix Test Suite (Git)
- pts: Add build-mysql test profile for timed build of MySQL 5.1
- pts: Add system-disk test suite for real world disk / encryption tests
- pts: Add libperl-dev to Ubuntu External Dependencies XML to perl package
+- pts: Add photo-sample base test profile for providing sample photographs
- pts_Graph: Tweak formatting of basic graph attributes
- bilde_renderer: Add and implement draw_polygon and draw_ellipse to drawing API
- bilde_renderer: Add support for dynamically resizing the image drawing buffer
diff --git a/pts/base-test-profiles/2d-test.xml b/pts/base-test-profiles/2d-test.xml
index 8b13789..103fa7f 100644
--- a/pts/base-test-profiles/2d-test.xml
+++ b/pts/base-test-profiles/2d-test.xml
@@ -1 +1,6 @@
-
+<PhoronixTestSuite>
+ <TestProfile>
+ <License>FREE</License>
+ <Status>VERIFIED</Status>
+ </TestProfile>
+</PhoronixTestSuite>
diff --git a/pts/base-test-profiles/photo-sample.xml b/pts/base-test-profiles/photo-sample.xml
new file mode 100644
index 0000000..103fa7f
--- /dev/null
+++ b/pts/base-test-profiles/photo-sample.xml
@@ -0,0 +1,6 @@
+<PhoronixTestSuite>
+ <TestProfile>
+ <License>FREE</License>
+ <Status>VERIFIED</Status>
+ </TestProfile>
+</PhoronixTestSuite>
diff --git a/pts/base-test-resources/photo-sample/downloads.xml b/pts/base-test-resources/photo-sample/downloads.xml
new file mode 100644
index 0000000..7ae6d3e
--- /dev/null
+++ b/pts/base-test-resources/photo-sample/downloads.xml
@@ -0,0 +1,10 @@
+<PhoronixTestSuite>
+ <Downloads>
+ <Package>
+ <URL>http://www.phoronix-test-suite.com/benchmark-files/pts-sample-photos.tar.bz2, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/pts-sample-photos.tar.bz2</URL>
+ <MD5>4f6ab50a553dc4d08051f70d3fb69532</MD5>
+ <FileSize>30828564</FileSize>
+ </Package>
+ </Downloads>
+</PhoronixTestSuite>
+
diff --git a/pts/base-test-resources/photo-sample/install.sh b/pts/base-test-resources/photo-sample/install.sh
new file mode 100755
index 0000000..863a38c
--- /dev/null
+++ b/pts/base-test-resources/photo-sample/install.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+tar -xvf pts-sample-photos.tar.bz2