summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pts/test-profiles/etqw-demo.xml4
-rw-r--r--pts/test-resources/etqw-demo/downloads.xml4
-rwxr-xr-xpts/test-resources/etqw-demo/install.sh17
-rw-r--r--pts/test-suites/pcqs-motherboard.xml18
4 files changed, 17 insertions, 26 deletions
diff --git a/pts/test-profiles/etqw-demo.xml b/pts/test-profiles/etqw-demo.xml
index e06db3c..d07babf 100644
--- a/pts/test-profiles/etqw-demo.xml
+++ b/pts/test-profiles/etqw-demo.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>0.5</Version>
+ <Version>0.9.0</Version>
<TestType>Graphics</TestType>
<SoftwareType>Game</SoftwareType>
<License>NON-FREE</License>
@@ -20,7 +20,7 @@
</TestInformation>
<TestSettings>
<Default>
- <Arguments>+timenetdemo pts +set r_mode -1 +set in_tty 0 +exec etqw_pts.cfg</Arguments>
+ <Arguments>+set sys_VideoRam $VIDEO_MEMORY +set r_mode -1 +set in_tty 0 +exec etqw-pts.cfg</Arguments>
</Default>
<Option>
<DisplayName>Resolution</DisplayName>
diff --git a/pts/test-resources/etqw-demo/downloads.xml b/pts/test-resources/etqw-demo/downloads.xml
index 48ffa16..36655cc 100644
--- a/pts/test-resources/etqw-demo/downloads.xml
+++ b/pts/test-resources/etqw-demo/downloads.xml
@@ -5,8 +5,8 @@
<MD5>11f5a882127a917b6c8b648ffa22da74</MD5>
</Package>
<Package>
- <URL>http://www.phoronix-test-suite.com/benchmark-files/etqw-demo-demo-1.tar.bz2</URL>
- <MD5>8e34dd23b026e901f56183992cebf222</MD5>
+ <URL>http://www.phoronix-test-suite.com/benchmark-files/etqw-demo-files-2.tar.bz2</URL>
+ <MD5>3e7b782a84882d5913ad2bcb228359ed</MD5>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/etqw-demo/install.sh b/pts/test-resources/etqw-demo/install.sh
index 2190042..0ff7d4e 100755
--- a/pts/test-resources/etqw-demo/install.sh
+++ b/pts/test-resources/etqw-demo/install.sh
@@ -9,18 +9,7 @@ cd data/
./etqw.x86 \$@ | grep fps" > etqw
chmod +x etqw
-tar -jxvf etqw-demo-demo-1.tar.bz2
+tar -jxvf etqw-demo-files-2.tar.bz2
mkdir data/base/demos
-mv -f pts.ndm data/base/demos/pts.ndm
-
-# etqw_pts.cfg
-echo "
-set com_unlockFPS \"1\"
-timenetdemo pts
-wait 2752
-echo ======================
-echo wait '# of frames + 2'
-echo timenetdemo ended
-echo quit
-echo ======================
-quit" > data/base/etqw_pts.cfg
+mv -f pts-trondheim.ndm data/base/demos/pts-trondheim.ndm
+mv -f etqw-pts.cfg data/base/etqw-pts.cfg
diff --git a/pts/test-suites/pcqs-motherboard.xml b/pts/test-suites/pcqs-motherboard.xml
index 3f9e9a7..3922576 100644
--- a/pts/test-suites/pcqs-motherboard.xml
+++ b/pts/test-suites/pcqs-motherboard.xml
@@ -4,19 +4,19 @@
<TestType>Motherboard</TestType>
<Title>PCQS: Motherboard</Title>
<Maintainer>Phoronix.com</Maintainer>
- <Description>This test suite is the Phoronix Certification and Qualification Suite designed by Phoronix.com for use in desktop motherboard reviews. There are graphics, compilation, compression, encoding, disk, and processor tests in this suite.</Description>
+ <Description>This test suite is the Phoronix Certification and Qualification Suite designed by Phoronix.com for use in desktop motherboard reviews. Among the test areas are graphics, compilation, compression, encoding, disk, and processor tests.</Description>
</SuiteInformation>
<RunTest>
<Test>nexuiz</Test>
- <Arguments>+vid_width 1280 +vid_height 1024 +r_hdr 0</Arguments>
- <Description>1280 x 1024</Description>
- </RunTest>
- <RunTest>
- <Test>nexuiz</Test>
<Arguments>+vid_width 1280 +vid_height 1024 +r_hdr 1</Arguments>
<Description>1280 x 1024 - HDR</Description>
</RunTest>
<RunTest>
+ <Test>openarena</Test>
+ <Arguments>+set r_customWidth 1280 +set r_customHeight 1024</Arguments>
+ <Description>1280 x 1024</Description>
+ </RunTest>
+ <RunTest>
<Test>xplane9</Test>
<Arguments>--fps_test=2 --pref:_x_res_req_ALL=1280 --pref:_y_res_req_ALL=1024</Arguments>
<Description>1280 x 1024 - High Quality</Description>
@@ -35,7 +35,7 @@
<Description>Time To Compile</Description>
</RunTest>
<RunTest>
- <Test>compress-pbzip2</Test>
+ <Test>compress-gzip</Test>
<Description>Compression Time</Description>
</RunTest>
<RunTest>
@@ -43,6 +43,9 @@
<Description>106MB WAV File Encoding</Description>
</RunTest>
<RunTest>
+ <Test>gnupg</Test>
+ </RunTest>
+ <RunTest>
<Test>md-gromacs</Test>
<Arguments>lzm mpi</Arguments>
<Description>Parallel Lysozyme</Description>
@@ -67,6 +70,5 @@
</RunTest>
<RunTest>
<Test>sunflow</Test>
- <Description>Image Synthesis w/ Raytracing</Description>
</RunTest>
</PhoronixTestSuite>