summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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