~jocave/checkbox/hybrid-amd-gpu-mods

« back to all changes in this revision

Viewing changes to checkbox-old/jobs/monitor.txt.in

  • Committer: Zygmunt Krynicki
  • Date: 2013-05-29 07:50:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2153.
  • Revision ID: zygmunt.krynicki@canonical.com-20130529075030-ngwz245hs2u3y6us
checkbox: move current checkbox code into checkbox-old

This patch cleans up the top-level directory of the project into dedicated
sub-project directories. One for checkbox-old (the current checkbox and all the
associated stuff), one for plainbox and another for checkbox-ng.

There are some associated changes, such as updating the 'source' mode of
checkbox provider in plainbox, and fixing paths in various test scripts that we
have.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: monitor/vga
 
3
requires: display.vga == 'supported'
 
4
_description:
 
5
 PURPOSE:
 
6
     This test will check your VGA port. Skip if your system does not have a VGA port.
 
7
 STEPS:
 
8
     1. Connect a display (if not already connected) to the VGA port on your system
 
9
 VERIFICATION:
 
10
     Was the desktop displayed correctly on both screens?
 
11
 
 
12
plugin: manual
 
13
name: monitor/dvi
 
14
requires: display.dvi == 'supported'
 
15
_description:
 
16
 PURPOSE:
 
17
     This test will check your DVI port. Skip if your system does not have a DVI port
 
18
 STEPS:
 
19
     1. Connect a display (if not already connected) to the DVI port on your system
 
20
 VERIFICATION:
 
21
     Was the desktop displayed correctly on both screens?
 
22
 
 
23
plugin: manual
 
24
name: monitor/displayport
 
25
requires: display.dp == 'supported'
 
26
_description:
 
27
 PURPOSE:
 
28
     This test will check your DisplayPort port. Skip if your system does not have a DisplayPort port
 
29
 STEPS:
 
30
     1. Connect a display (if not already connected) to the DisplayPort port on your system
 
31
 VERIFICATION:
 
32
     Was the desktop displayed correctly on both screens?
 
33
 
 
34
plugin: manual
 
35
name: monitor/hdmi
 
36
requires: display.hdmi == 'supported'
 
37
_description:
 
38
 PURPOSE:
 
39
     This test will check your HDMI port. Skip if your system does not have a HDMI port
 
40
 STEPS:
 
41
     1. Connect a display (if not already connected) to the HDMI port on your system
 
42
 VERIFICATION:
 
43
     Was the desktop displayed correctly on both screens?
 
44
 
 
45
plugin: manual
 
46
name: monitor/svideo
 
47
requires: display.svideo == 'supported'
 
48
_description:
 
49
 PURPOSE:
 
50
     This test will check your S-VIDEO port. Skip if your system does not have a S-VIDEO port
 
51
 STEPS:
 
52
     1. Connect a display (if not already connected) to the S-VIDEO port on your system
 
53
 VERIFICATION:
 
54
     Was the desktop displayed correctly on both screens?
 
55
 
 
56
plugin: manual
 
57
name: monitor/rca
 
58
requires: display.rca == 'supported'
 
59
_description:
 
60
 PURPOSE:
 
61
     This test will check your RCA port. Skip if your system does not have a RCA port
 
62
 STEPS:
 
63
     1. Connect a display (if not already connected) to the RCA port on your system
 
64
 VERIFICATION:
 
65
     Was the desktop displayed correctly on both screens?
 
66
 
 
67
plugin: manual
 
68
name: monitor/multi-head
 
69
requires: dmi.product in ['Desktop','Low Profile Desktop','Tower','Mini Tower']
 
70
_description:
 
71
 PURPOSE:
 
72
     This test verifies that multi-monitor output works on your desktop system. This is NOT the same test as the external monitor tests you would run on your laptop. If your video card does not support multiple monitors, please skip this test. You will need two monitors to perform this test.
 
73
 STEPS:
 
74
     1. If your second monitor is not already connected, connect it now
 
75
     2. Open the "Displays" tool (open the dash and search for "Displays")
 
76
     3. Configure your output to provide one desktop across both monitors
 
77
     4. Open any application and drag it from one monitor to the next.
 
78
 VERIFICATION:
 
79
     Was the stretched desktop displayed correctly across both screens?
 
80
 
 
81
plugin: manual
 
82
name: monitor/powersaving
 
83
command: xset dpms force off
 
84
_description:
 
85
 PURPOSE:
 
86
     This test will check your monitor power saving capabilities
 
87
 STEPS:
 
88
     1. Click "Test" to try the power saving capabilities of your monitor
 
89
     2. Press any key or move the mouse to recover
 
90
 VERIFICATION:
 
91
     Did the monitor go blank and turn on again?
 
92
 
 
93
plugin: manual
 
94
name: monitor/dim_brightness
 
95
user: root
 
96
command: brightness_test
 
97
_description:
 
98
 PURPOSE:
 
99
     This test will test changes to screen brightness
 
100
 STEPS:
 
101
     1. Click "Test" to try to dim the screen.
 
102
     2. Check if the screen was dimmed approximately to half of the maximum brightness.
 
103
     3. The screen will go back to the original brightness in 2 seconds.
 
104
 VERIFICATION:
 
105
     Was your screen dimmed approximately to half of the maximum brightness?