summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2016-09-13 16:11:04 +0800
committerChase Qi <chase.qi@linaro.org>2016-09-13 16:12:30 +0800
commitb228303aa56bf8434f8f45d1084ec02fc83749ba (patch)
tree72878b1704088c8668606ce9d266c56787fca1ef
parentffee8fbf883240c621e67a8a57d685fdaccdfd82 (diff)
linux: add OpenGL FPS testHEADmaster
Change-Id: I804bfbce6c5dfb97d86b823fde19fafcdd469129 Signed-off-by: Chase Qi <chase.qi@linaro.org>
-rw-r--r--generic/linux/opengl-fps.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/generic/linux/opengl-fps.yaml b/generic/linux/opengl-fps.yaml
new file mode 100644
index 0000000..3ca566a
--- /dev/null
+++ b/generic/linux/opengl-fps.yaml
@@ -0,0 +1,30 @@
+metadata:
+ name: opengl-fps
+ format: "Manual Test Definition 1.0"
+ description: "Measure OpenGL FPS with glxgears and Tux Racer."
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - debian
+ scope:
+ - benchmark
+ devices:
+ - hi6220-hikey
+ - db410c
+ - Bubblegum
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - Install glxgears and Tux Racer with the following command.
+ - "# apt-get install mesa-utils extremetuxracer"
+ - Run glxgears with the following command and record FPS.
+ - "# glxgears"
+ - "Start Tux Racer by clicking 'Games' -> 'Extreme Tux Racer' in system application menu."
+ - "Display FPS in Tux Racer by selecting 'Configuration' -> 'Graphics' -> 'Display FSP'."
+ - Play Tux Racer and record FPS.
+
+ expected:
+ - glxgears and Tux Racer works.
+ - glxgears and Tux Racer print FPS numbers.