summaryrefslogtreecommitdiffstats
path: root/pts/test-resources
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-30 13:15:29 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-30 13:15:29 -0400
commit756a75ba235d81cadd534007973e5e2b1faf0c4b (patch)
treed578071a7eec3e3b71948ad6f51ebc3273daa25d /pts/test-resources
parent0c2d99b817d0c8095ae333f00667d5669528dfb1 (diff)
downloadphoronix-test-suite-upstream-756a75ba235d81cadd534007973e5e2b1faf0c4b.tar.gz
phoronix-test-suite-upstream-756a75ba235d81cadd534007973e5e2b1faf0c4b.tar.xz
phoronix-test-suite-upstream-756a75ba235d81cadd534007973e5e2b1faf0c4b.zip
pts: Update unigine-tropics test profile against Tropics 1.1 from
Unigine Corp pts: Update unigine-sanctuary test profile against Sanctuary 2.1 from Unigine Corp
Diffstat (limited to 'pts/test-resources')
-rw-r--r--pts/test-resources/unigine-sanctuary/downloads.xml5
-rwxr-xr-xpts/test-resources/unigine-sanctuary/install.sh4
-rw-r--r--pts/test-resources/unigine-tropics/downloads.xml5
-rwxr-xr-xpts/test-resources/unigine-tropics/install.sh4
4 files changed, 10 insertions, 8 deletions
diff --git a/pts/test-resources/unigine-sanctuary/downloads.xml b/pts/test-resources/unigine-sanctuary/downloads.xml
index 8965e12..66d6060 100644
--- a/pts/test-resources/unigine-sanctuary/downloads.xml
+++ b/pts/test-resources/unigine-sanctuary/downloads.xml
@@ -1,8 +1,9 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www.unigine.com/download/files/Unigine_Sanctuary2_Linux.tar.bz2</URL>
- <FileSize>29309460</FileSize>
+ <URL>http://www.unigine.com/download/files/Unigine_Sanctuary-2.1.tar.bz2</URL>
+ <MD5>1177b4a99cdc08e4e60295dae9997b54</MD5>
+ <FileSize>29054933</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/unigine-sanctuary/install.sh b/pts/test-resources/unigine-sanctuary/install.sh
index f5269c7..c86a25e 100755
--- a/pts/test-resources/unigine-sanctuary/install.sh
+++ b/pts/test-resources/unigine-sanctuary/install.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-tar -jxvf Unigine_Sanctuary2_Linux.tar.bz2
+tar -jxvf Unigine_Sanctuary-2.1.tar.bz2
echo "#!/bin/sh
-cd Unigine_Sanctuary2_Linux/
+cd Unigine_Sanctuary-2.1/
export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH
./bin/main_x86 \$@ > \$LOG_FILE 2>&1
cat \$LOG_FILE | grep FPS" > unigine-sanctuary
diff --git a/pts/test-resources/unigine-tropics/downloads.xml b/pts/test-resources/unigine-tropics/downloads.xml
index f3d13a1..28ac38b 100644
--- a/pts/test-resources/unigine-tropics/downloads.xml
+++ b/pts/test-resources/unigine-tropics/downloads.xml
@@ -1,8 +1,9 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www.unigine.com/download/files/Unigine_Tropics_Linux.tar.bz2</URL>
- <FileSize>63976459</FileSize>
+ <URL>http://www.unigine.com/download/files/Unigine_Tropics-1.1.tar.bz2</URL>
+ <MD5>0948a3af073d21e156b30fc3bc49b3f4</MD5>
+ <FileSize>57979033</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-resources/unigine-tropics/install.sh b/pts/test-resources/unigine-tropics/install.sh
index 183f262..0506425 100755
--- a/pts/test-resources/unigine-tropics/install.sh
+++ b/pts/test-resources/unigine-tropics/install.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-tar -jxvf Unigine_Tropics_Linux.tar.bz2
+tar -jxvf Unigine_Tropics-1.1.tar.bz2
echo "#!/bin/sh
-cd Unigine_Tropics_Linux/
+cd Unigine_Tropics-1.1/
export LD_LIBRARY_PATH=bin/:\$LD_LIBRARY_PATH
./bin/main_x86 \$@ > \$LOG_FILE 2>&1
cat \$LOG_FILE | grep FPS" > unigine-tropics