summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:33:07 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:33:07 -0400
commit45107e0c01c14ca328332763c53585fa55e72dab (patch)
tree8643ac006a787b2316a22b9a809fa26eb96e3744 /pts/test-profiles
parente08b3e76617872ed5304393d3e142c40cf5cd20a (diff)
downloadphoronix-test-suite-upstream-45107e0c01c14ca328332763c53585fa55e72dab.tar.gz
phoronix-test-suite-upstream-45107e0c01c14ca328332763c53585fa55e72dab.tar.xz
phoronix-test-suite-upstream-45107e0c01c14ca328332763c53585fa55e72dab.zip
pts-core: Fixes for Cascading Test Profiles and start converting
relevant tests to using this technology
Diffstat (limited to 'pts/test-profiles')
-rw-r--r--pts/test-profiles/base/timed-audio-encode.xml14
-rw-r--r--pts/test-profiles/encode-ape.xml11
2 files changed, 16 insertions, 9 deletions
diff --git a/pts/test-profiles/base/timed-audio-encode.xml b/pts/test-profiles/base/timed-audio-encode.xml
new file mode 100644
index 0000000..a7457af
--- /dev/null
+++ b/pts/test-profiles/base/timed-audio-encode.xml
@@ -0,0 +1,14 @@
+<PhoronixTestSuite>
+ <TestProfile>
+ <TestType>Processor</TestType>
+ <SoftwareType>Utility</SoftwareType>
+ <License>FREE</License>
+ <Status>VERIFIED</Status>
+ </TestProfile>
+ <TestInformation>
+ <TimesToRun>3</TimesToRun>
+ <ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
+ <ExternalDependencies>build-utilities</ExternalDependencies>
+ </TestInformation>
+</PhoronixTestSuite>
diff --git a/pts/test-profiles/encode-ape.xml b/pts/test-profiles/encode-ape.xml
index 583cc33..8a149c6 100644
--- a/pts/test-profiles/encode-ape.xml
+++ b/pts/test-profiles/encode-ape.xml
@@ -1,24 +1,17 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.0.0</Version>
- <TestType>Processor</TestType>
- <SoftwareType>Utility</SoftwareType>
- <License>FREE</License>
- <Status>VERIFIED</Status>
+ <Version>1.1.0</Version>
<Maintainer>apaige</Maintainer>
<DownloadSize>0.4</DownloadSize>
<EnvironmentSize>5</EnvironmentSize>
<ProjectURL>http://www.monkeysaudio.com/</ProjectURL>
+ <Extends>timed-audio-encode</Extends>
</TestProfile>
<TestInformation>
<Title>Monkey Audio Encoding</Title>
<Version>3.99u4b5</Version>
<SubTitle>78MB WAV File To APE</SubTitle>
<Executable>encode-ape</Executable>
- <TimesToRun>3</TimesToRun>
- <ResultScale>Seconds</ResultScale>
- <Proportion>LIB</Proportion>
<Description>This test times how long it takes to encode a sample WAV file to APE format.</Description>
- <ExternalDependencies>build-utilities</ExternalDependencies>
</TestInformation>
</PhoronixTestSuite>