summaryrefslogtreecommitdiff
path: root/manual/generic/linux/opengl-fps.yaml
blob: 3ca566a9e392cafec1789ab5dd823eb408c36415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.