From b228303aa56bf8434f8f45d1084ec02fc83749ba Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Tue, 13 Sep 2016 16:11:04 +0800 Subject: linux: add OpenGL FPS test Change-Id: I804bfbce6c5dfb97d86b823fde19fafcdd469129 Signed-off-by: Chase Qi --- generic/linux/opengl-fps.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 generic/linux/opengl-fps.yaml 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. -- cgit v1.2.3