~checkbox-dev/checkbox/trunk

« back to all changes in this revision

Viewing changes to jobs/panel_clock_test.txt.in

  • Committer: Brendan Donegan
  • Date: 2011-10-18 09:47:45 UTC
  • mfrom: (1018.2.26 checkbox_ui_rewrite)
  • Revision ID: brendan.donegan@canonical.com-20111018094745-wuj9vs836pxvfht0
Merged job description changes from checkbox_ui_rewrite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: panel_clock_verify
 
1
name: panel_clock/verify
2
2
plugin: manual
3
3
requires: package.name == 'gnome-system-tools'
4
4
_description:
5
 
 Is your gnome system clock displaying the correct date and time for \
6
 
 your timezone?
 
5
 PURPOSE:
 
6
    This test will verify that the desktop clock displays the correct date and time
 
7
 VERIFICATION:
 
8
    Is the clock in the upper right corner of your desktop displaying the correct date and time for your timezone?
7
9
 
8
 
name: panel_clock_test
 
10
name: panel_clock/test
9
11
plugin: manual
10
 
depends: panel_clock_verify
 
12
depends: panel_clock/verify
11
13
requires: package.name == 'gnome-system-tools'
12
14
user: root
13
15
command: date -s "`date -d '1 hour'`"
14
16
_description:
15
 
 Time verification procedure:
16
 
 1.- Click the "Test" button and verify the clock moves ahead by 1 hour. \
17
 
 Note: It may take a minute or so for the gnome clock to refresh 
18
 
 2.- Now from the panel select System, Admistration, then Time and Date
19
 
 3.- Ensure that your clock application is set to manual.
20
 
 4.- Change the time 1 hour back
21
 
 5.- Close the window and reboot
22
 
 .
23
 
 Is your system clock displaying the correct date and time for your \
24
 
 timezone?
 
17
 PURPOSE:
 
18
    This test will verify that the desktop clock synchronizes with the system clock.
 
19
 STEPS:
 
20
    1. Click the "Test" button and verify the clock moves ahead by 1 hour. \
 
21
    Note: It may take a minute or so for the clock to refresh 
 
22
    2. Right click on the clock, then click on "Time & Date Settings..."
 
23
    3. Ensure that your clock application is set to manual.
 
24
    4. Change the time 1 hour back
 
25
    5. Close the window and reboot
 
26
 VERIFICATION:
 
27
    Is your system clock displaying the correct date and time for your timezone?