summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-20 15:19:01 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-20 15:19:01 -0400
commit0f835c4e64b020ea32c01bafcc4198e028a7b67a (patch)
tree0a5d981fa06e6efc4fa2046662ca1c49a1b6da8d /pts/test-profiles
parent40cacf0aa6d0780cd5e378f3738d104ec82d6077 (diff)
downloadphoronix-test-suite-upstream-0f835c4e64b020ea32c01bafcc4198e028a7b67a.tar.gz
phoronix-test-suite-upstream-0f835c4e64b020ea32c01bafcc4198e028a7b67a.tar.xz
phoronix-test-suite-upstream-0f835c4e64b020ea32c01bafcc4198e028a7b67a.zip
pts: Add idle test profile, which just idles the system for the
specified amount of time in minutes (mostly if you want to use another module for that amount of time or do system monitoring)
Diffstat (limited to 'pts/test-profiles')
-rw-r--r--pts/test-profiles/idle.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pts/test-profiles/idle.xml b/pts/test-profiles/idle.xml
new file mode 100644
index 0000000..25250dd
--- /dev/null
+++ b/pts/test-profiles/idle.xml
@@ -0,0 +1,24 @@
+<PhoronixTestSuite>
+ <TestProfile>
+ <Version>1.0.0</Version>
+ <TestType>System</TestType>
+ <SoftwareType>Utility</SoftwareType>
+ <License>FREE</License>
+ <Status>VERIFIED</Status>
+ <Maintainer>Pekka Panula</Maintainer>
+ <DownloadSize>0.01</DownloadSize>
+ <EnvironmentSize>0.01</EnvironmentSize>
+ </TestProfile>
+ <TestInformation>
+ <Title>Timed Idle</Title>
+ <TimesToRun>1</TimesToRun>
+ <Description>This test will just idle the system for the specified amount of time. This test is of benefit if paired with the system_monitor module to monitor the system sensors, battery consumption, etc while the system is idling. This also can be used just as a simple test profile to understand how the Phoronix Test Suite works.</Description>
+ <ResultFormat>NO_RESULT</ResultFormat>
+ </TestInformation>
+ <TestSettings>
+ <Option>
+ <DisplayName>Time To Idle (In Minutes)</DisplayName>
+ <Identifier>idle-time</Identifier>
+ </Option>
+ </TestSettings>
+</PhoronixTestSuite>