summaryrefslogtreecommitdiffstats
path: root/pts/test-resources
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:21:54 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:21:54 -0400
commit11473ed6db3631c76fd1e0a7e61ab12a0b83d1a4 (patch)
treeef618e1b990a0a3b0a9117a86e04683d05609993 /pts/test-resources
parent3fd4a888d175fcab101770ac09adc549961157f6 (diff)
downloadphoronix-test-suite-upstream-11473ed6db3631c76fd1e0a7e61ab12a0b83d1a4.tar.gz
phoronix-test-suite-upstream-11473ed6db3631c76fd1e0a7e61ab12a0b83d1a4.tar.xz
phoronix-test-suite-upstream-11473ed6db3631c76fd1e0a7e61ab12a0b83d1a4.zip
pts: With gnupg test profile use a 2GB file to encrypt instead of 1GB
Diffstat (limited to 'pts/test-resources')
-rwxr-xr-xpts/test-resources/gnupg/install.sh4
-rw-r--r--pts/test-resources/gnupg/post.sh2
-rw-r--r--pts/test-resources/gnupg/pre.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/pts/test-resources/gnupg/install.sh b/pts/test-resources/gnupg/install.sh
index 4c50cf0..05ad694 100755
--- a/pts/test-resources/gnupg/install.sh
+++ b/pts/test-resources/gnupg/install.sh
@@ -11,10 +11,10 @@ make install
cd ..
rm -rf gnupg-1.4.9/
-echo trondheim-pts-1234567890 > passphrase
+echo pts-1234567890 > passphrase
echo "#!/bin/sh
\$TIMER_START
-./gnupg_/bin/gpg -c --no-options --passphrase-file passphrase -o /dev/null 1gbfile 2>&1
+./gnupg_/bin/gpg -c --no-options --passphrase-file passphrase -o /dev/null 2gbfile 2>&1
\$TIMER_STOP" > gnupg
chmod +x gnupg
diff --git a/pts/test-resources/gnupg/post.sh b/pts/test-resources/gnupg/post.sh
index ceb03ef..4f96dfa 100644
--- a/pts/test-resources/gnupg/post.sh
+++ b/pts/test-resources/gnupg/post.sh
@@ -1,4 +1,4 @@
#!/bin/sh
cd $1
-rm -f 1gbfile
+rm -f 2gbfile
diff --git a/pts/test-resources/gnupg/pre.sh b/pts/test-resources/gnupg/pre.sh
index 3f1b4af..c6075aa 100644
--- a/pts/test-resources/gnupg/pre.sh
+++ b/pts/test-resources/gnupg/pre.sh
@@ -1,5 +1,5 @@
#!/bin/sh
cd $1
-dd if=/dev/zero of=1gbfile bs=1024 count=1048576
+dd if=/dev/zero of=2gbfile bs=2048 count=1048576