summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:44:42 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:44:42 -0400
commit1de8a1e07f8daf3baa291da935596f3970a3f774 (patch)
tree566df66e9cae8f7019e6fc1f5485ecdc2faca8b1 /documentation
parentcfac7f5c3b9abfeac0324998b7532d6a6cdb5d58 (diff)
downloadphoronix-test-suite-upstream-1de8a1e07f8daf3baa291da935596f3970a3f774.tar.gz
phoronix-test-suite-upstream-1de8a1e07f8daf3baa291da935596f3970a3f774.tar.xz
phoronix-test-suite-upstream-1de8a1e07f8daf3baa291da935596f3970a3f774.zip
pts: Switch all audio encoding tests to extend a timed-audio-encode base
test instead of all tests having some of the same code copied throughout
Diffstat (limited to 'documentation')
-rw-r--r--documentation/specifications_xml_download.html7
-rw-r--r--documentation/specifications_xml_test.html3
2 files changed, 9 insertions, 1 deletions
diff --git a/documentation/specifications_xml_download.html b/documentation/specifications_xml_download.html
index 3233c85..28c2965 100644
--- a/documentation/specifications_xml_download.html
+++ b/documentation/specifications_xml_download.html
@@ -31,6 +31,13 @@ ensure file integrity.</p>
<strong>Required:</strong> No<br>
<strong>Description:</strong> If this tag is set, once the file is downloaded it will be renamed
to this value. If this tag is not set, the remote file-name will be maintained.</p>
+<p><strong>Tag:</strong> FileSize<br>
+<strong>Location:</strong> PhoronixTestSuite/Downloads/Package/<br>
+<strong>Internal Reference:</strong> P_DOWNLOADS_PACKAGE_FILESIZE<br>
+<strong>Required:</strong> Recommended<br>
+<strong>Description:</strong> The size of the file to be downloaded should be the value of this tag. The FileSize
+should be an integer that is the number of bytes that makes up the file. This tag is used so that the Phoronix Test Suite
+can determine the total size of files that need to be downloaded for a given operation.</p>
<p><strong>Tag:</strong> DownloadTo<br>
<strong>Location:</strong> PhoronixTestSuite/Downloads/Package/<br>
<strong>Internal Reference:</strong> P_DOWNLOADS_PACKAGE_DESTINATION<br>
diff --git a/documentation/specifications_xml_test.html b/documentation/specifications_xml_test.html
index aff8d91..f4ef96e 100644
--- a/documentation/specifications_xml_test.html
+++ b/documentation/specifications_xml_test.html
@@ -85,7 +85,8 @@ the value of this tag should be 1.<br>
<strong>Internal Reference:</strong> P_TEST_DOWNLOADSIZE<br>
<strong>Required:</strong> No<br>
<strong>Description:</strong> The estimated size (in megabytes) that this test takes up in files
-downloaded.<br>
+downloaded. <strong>Note:</strong> As of Phoronix Test Suite 1.4, the DownloadSize tag has been deprecated and test profile
+writers should instead use the <em>FileSize</em> within the <em>downloads.xml</em> specification for each file to be downloaded.<br>
<strong>Supported Values:</strong> ( Values must be in MB )</p>
<p><strong>Tag:</strong> EnvironmentSize<br>
<strong>Location:</strong> PhoronixTestSuite/TestProfile/<br>