Line 472: | Line 472: | ||
| 3.530 Wh (12.430 V) | | 3.530 Wh (12.430 V) | ||
| {{result|pass}} | | {{result|pass}} | ||
| <references/> | |||
|- | |||
| [[User:jskarvad|Jaroslav Škarvada]] | |||
| P4X266E-8233 | |||
| {{result|pass}}<ref>Firmware doesn't seem to support suspend, only standby, so the machine standby</ref> | |||
| {{result|fail||867006}} | |||
| {{result|warn}}<ref>The machine hibernates</ref> | |||
| N/A | |||
| N/A | |||
| N/A | |||
| {{result|inprogress}} | |||
| N/A | |||
| N/A | |||
| {{result|inprogress}} | |||
| <references/> | | <references/> | ||
|- | |- |
Revision as of 14:58, 5 December 2012
Fedora Test Days | |
---|---|
Power Management | |
Date | 2012-10-11 |
Time | all day |
Website | QA/Fedora_18_test_days |
IRC | #fedora-test-day (webirc) |
Mailing list | test |
What to test?
Today's instalment of Fedora Test Day will focus on Power Management
Who's available
The following cast of characters will be available for testing, workarounds, bug fixes, and general discussion ...
- Development - Jaroslav Škarvada (jskarvad) / PowerManagement SIG
- Quality Assurance - Jan Ščotka (jscotka)
Note: jskarvad will be available at least during 10:00 - 22:00 (UTC+2) on #fedora-test-day, #fedora-power, #fedora-devel, otherwise he will be on e-mail with non guaranteed response time. He will be also available on site in Red Hat Brno office during 13:00 - 19:00, Visitors room, 4th floor (in the front of reception desk).
Prerequisite for Test Day
- The 32 bit live medium (SHA-1: e003ad7e7bcac9cc018ee2e0cee5977a4779b59d) or 64 bit live medium (SHA-1: f63f4faebdd0b3398ba6755d681d7e630efba091) or an updated Fedora 18 pre-release or you may get nightly composed LiveCD.
- It is possible to convert the LiveCD into LiveUSB by following the How_to_create_and_use_Live_USB instructions. If you convert the LiveCD into LiveUSB it is recommended to create on USB another primary partition that will serve as swap. This is useful for pm-hibernate test case.
- If you attend the event on-site in Red Hat Brno office, there will be prepared bootable USB flash disks/CD ROMs, thus you only need to bring your hardware there. (13.00-17.00 CEST)
- Your hardware profile uploaded to Smolt according to these instructions
- In case you have dependency problem with smolt package use the workaround bellow:
yum install --nogpgcheck "http://fedorapeople.org/~jskarvad/pm-test-day-repo/smolt-1.4.3-6.fc18.noarch.rpm"
- Optional: account on fedoraproject.org if you plan to upload the pm-utils bugreport file. If you do not have one and you do not plan to get it, you can still attend the test day - there are instructions in the appropriate test case(s) bellow how to handle such situation.
Typing convetions
In the following text commands that needs to be run as root are prefixed by #, e.g.:
# id
means to run id command under the root account. Commands prefixed by $ do not need to be run under the root account.
How to test?
It is focused especially on suspend, hibernate, power-consumption, LCD brightness control and tuned. Some test cases are only for laptop users and it is noted in the test case description field. If you do not have laptop just skip them. You can also skip other test cases (e.g. if you do not have enough time). In this case just leave the columns for skipped test cases blank. Please note that your report will be still valuable even if you do not finish all test cases. The procedure:
- Run test cases bellow.
Prepare your system
- Install the public key (in case you would like to verify the PM Test Day support package, otherwise you can skip this step because the public key will be installed automatically with the PM Test Day support package in the next step):
# rpm --import http://jskarvad.fedorapeople.org/RPM-GPG-KEY-pm-test-day
- Install the PM Test Day support package by:
# yum install http://jskarvad.fedorapeople.org/pm-test-day-repo/pm-test-day-4-1.fc18.noarch.rpm
- This procedure will also install the public key which will be then used for verification of packages from the PM Test Day repo.
- In case you have dependency problem with smolt package use the workaround bellow:
yum install --nogpgcheck "http://fedorapeople.org/~jskarvad/pm-test-day-repo/smolt-1.4.3-6.fc18.noarch.rpm"
Make sure you have all current updates (and temporal fixes) installed by:
# yum update
Clear your audit log (especially important in case you aren't running from the live medium):
# echo -n > /var/log/audit/audit.log
Known Bugs / Workarounds
- RHBZ #862801 - Anaconda hangs when 'Configuring installed system'
- You can encounter this when doing liveinst from the live media, current workaround: 'pkill anaconda'.
- Problem with screen locking:
- Screen locking is disabled on live medium, to enable:
- Set password for liveuser:
# passwd liveuser
- Enable the locking feature:
$ gsettings set org.gnome.desktop.lockdown disable-lock-screen 'false'
- Enable the lock in gnome-control-center:
$ gnome-control-center screen
- The desktop locking is task of gnome-settings-daemon/UPower not pm-utils (pm-suspend*, pm-hibernate). Pm-utils is backend for UPower and knows nothing about desktop locking. To lock your desktop you need to suspend/hibernate from gnome-shell UI.
- Problem with hibernation from gnome-shell
- AFAIK currently it is not possible to hibernate from gnome-shell UI without tweaking (please don't ask me why, I am not Gnome developer), you can invoke the full hibernation (including desktop locking if set, see above) by the following dbus call:
$ dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Hibernate
- RHBZ #859224 - Please take systemd-logind's handle-power-key/handle-suspend-key/handle-hibernate-key/handle-lid-switch inhibitor locks if GNOME wants to handle the respective keys on its own
- Double suspend problem.
Test Cases
Testcase | Description | Target | Approx. time required |
---|---|---|---|
pm-suspend | Tests suspend / resume via pm-utils. | All | 2 minutes |
pm-hibernate | Tests hibernate / resume via pm-utils. | All | 2 minutes |
pm-suspend-hybrid | Tests hybrid suspend (AKA suspend to both) / resume via pm-utils. | All | 2 minutes |
pm-powersave | Tests detection of AC / battery (upower functionality) and pm-powersave reactions to power source changes (pm-utils). | Laptops | 1 minutes |
Lid close | Tests system reaction to lid close. | Laptops | 1 minutes |
Backlight control | Tests LCD backlight control. | Laptops | 1 minute |
Tuned | Tests tuned-adm (tuned) basic functionality. | All | 5 minutes |
Tuned disabled idle | Measures power consumption of machine in active idle with tuned disabled. | Laptops or users with wattmeter | 15 minutes |
Tuned powersave idle | Measures power consumption of machine in active idle with tuned laptop-battery-powersave profile. | Laptops or users with wattmeter | 15 minutes |
Selinux AVCs | Tests if there are no SELinux AVCs during profile switching. | All | 1 minutes |
Test Results
If you have problems with any of the tests, report a bug to Bugzilla usually for the component pm-utils, selinux-policy, kernel, or tuned. If you are reporting suspend/hibernate problem, please also attach output from dmesg and pm-utils-bugreport-info.sh. If you are unsure about exactly how to file the report or what other information to include, just ask on IRC and we will help you. Once you have completed the tests, add your results to the Results table below following the example results from the first line. The first column should be your name with a link to your Fedora User Wiki page (if you have one), and the second should be a link to the Smolt profile of the system you tested. For each test case, use the result template to enter your result, as shown in the example result line.
User | Smolt Profile |
pm-suspendr | pm-hibernate | pm-suspend-hybrid | pm-powersave | Lid close | Backlight control | Tuned | Tuned disabled idle | Tuned powersave idle | Selinux AVCs | References |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Sample User | Sample Machine | 4.800 Wh | 4.710 Wh | |||||||||
Abhay | Dell Inspiron N5010 A15 | |||||||||||
pschindl | Lenovo ThinkPad T520 | 4910 Wh | 5035 Wh | |||||||||
vhumpa | Lenovo ThinkPad T420 | 8.821 Wh, 11.446 V (KDE) | 8.676 Wh, 10.758 V (KDE) | |||||||||
lzachar | Dell Inspiron 1525 | bat: 3.984 Wh, ac: 4.354 Wh [3] | ||||||||||
lzachar | lenovo T410 | bat: 3.390 Wh | bat: 3.410 Wh | |||||||||
csm | Lenovo ThinkCentre M58p | |||||||||||
psklenar | Lenovo T410 | |||||||||||
dapospis | Lenovo T520 | 6.463 Wh (12.453 V) | 6.597 Wh (12.083 V) | |||||||||
dapospis | HP Mini 5103 [1] | 3.325 Wh (12.503 V) | 3.199 Wh (12.119 V) | |||||||||
jpospisi | HP Compaq 6715b [1] | 6.034 Wh (11.718 V) | 6.509 Wh (11.340 V) | |||||||||
Sgf | Lenovo IdeaPad S12 ION | 5.130 Wh | 5.030 Wh | |||||||||
sagitter | Acer Aspire 6930G | |||||||||||
Eric Blake | Lenovo ThinkStation D20 [1] |
| ||||||||||
User:Evillagr | HP dv5-1132la | N/A | N/A | N/A | ||||||||
User:Adabeda | ThinkPad R500 | 6.210 Wh | 6.160 Wh | |||||||||
User:Adabeda | ThinkPad 420 | 10.977W/2.744Wh [2] | 11.074W/2.768Wh [3] | |||||||||
User:hhorak | [ThinkPad Edge 11.6 U5400] | |||||||||||
Jaroslav Škarvada | ThinkPad T420s | 4.543 Wh (11.833 V) 3.786 Wh (12.135 V)[5] | 4.655 Wh (12.061 V) [6] 3.682 Wh (12.155 V) [7] | |||||||||
Jaroslav Škarvada | Dell Latitude D620 | N/A [2] | N/A | N/A | ||||||||
Jaroslav Škarvada | Gigabyte M56S-S3 | N/A [2] | N/A | N/A | N/A | N/A | ||||||
Jaroslav Škarvada | Lenovo X201 | 3.248 Wh (12.543 V) | 3.530 Wh (12.430 V) | |||||||||
Jaroslav Škarvada | P4X266E-8233 | N/A | N/A | N/A | N/A | N/A | ||||||
mkyral | [Asus K50IJ (Pent T4200, 4GB, graf. Intel GMA4500MHD] | bat: 3.355 Wh [4] | bat: 3.333 Wh [5] | |||||||||
Martix | Thinkpad T520 | 4.169 Wh[2] | 4.053 Wh[3]4.250[4] | |||||||||
jskladan | [ Mac Mini] | |||||||||||
JiriEischmann | ExoPC | 2.796 Wh (7.098 V)[4] | 2.777 Wh (7.013 V) | |||||||||
lzachar | Dell Inspiron 1525 | |||||||||||
MartinK | Lenovo T520 42404GG |
| ||||||||||
MartinK | Lenovo T520 42404GG using nvidia graphics | 7.911[1] | 8[2] | |||||||||
pbabinca | Lenovo ThinkPad R61 | |||||||||||
luya | [ Toshiba Satellite C650D] |
| ||||||||||
evillagr | HP dv5-1132la | |||||||||||
pschindl | desktop with AMD | |||||||||||
iiska | [01965NG ThinkPad Edge] | 2.96 | 2.97 |
| ||||||||
bblaskov | [Bochs ] [1] |
| ||||||||||
mysho | [41786NG ThinkPad T420] [1] | |||||||||||
staffe | [Aspire 7730G Not Applicable] [1] | [2] | 5.655 Wh | 6.540 Wh |
| |||||||
plautrba | [3680B56 ThinkPad X201] | |||||||||||
jmarko | Unknown | [3] | [4] |
| ||||||||
pbabinca | [7732NEG ThinkPad R61] | [1] | [2] | [3] | ||||||||
liam | Unknown | 6.995Wh | 7.533Wh |
| ||||||||
User | Smolt Profile |
pm-suspend | pm-hibernate | pm-suspend-hybrid | pm-powersave | Lid close | Backlight control | Tuned | Tuned disabled idle | Tuned powersave idle | Selinux AVCs | References |