From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case ensures that replacing `power-profiles-daemon` with `tuned-ppd` works correctly and that the power profiles are selectable via GNOME Control Center. |setup=Install the pre-release version of Fedora to be tested on a system with GNOME installed. |actions= Be as specific as required for the target audience. # Replace `power-profiles-daemon` with `tuned-ppd`: <code>sudo dnf swap power-profiles-daemon tuned-ppd</code> # Launch GNOME...") |
No edit summary |
||
Line 4: | Line 4: | ||
|actions= | |actions= | ||
Be as specific as required for the target audience. | Be as specific as required for the target audience. | ||
# Replace `power-profiles-daemon` with `tuned-ppd`: | # Replace `power-profiles-daemon` with `tuned-ppd`:<code>sudo dnf swap power-profiles-daemon tuned-ppd</code> | ||
<code>sudo dnf swap power-profiles-daemon tuned-ppd</code> | |||
# Launch GNOME Control Center and navigate to the power panel: | # Launch GNOME Control Center and navigate to the power panel: | ||
# Select one of the three available power profiles. | # Select one of the three available power profiles. |
Latest revision as of 18:27, 4 September 2024
Description
This test case ensures that replacing power-profiles-daemon
with tuned-ppd
works correctly and that the power profiles are selectable via GNOME Control Center.
Setup
Install the pre-release version of Fedora to be tested on a system with GNOME installed.
How to test
Be as specific as required for the target audience.
- Replace
power-profiles-daemon
withtuned-ppd
:sudo dnf swap power-profiles-daemon tuned-ppd
- Launch GNOME Control Center and navigate to the power panel:
- Select one of the three available power profiles.
- Click on the top-right corner of the screen to check that the "Power Mode" shows the profile name that you selected.
- Check the active profile in
tuned-adm
by running:tuned-adm active
- Verify the profile name mapping by viewing the configuration in
/etc/tuned/ppd.conf
.
Expected Results
The following must be true to consider this a successful test run. Be brief ... but explicit.
- The system successfully swaps
power-profiles-daemon
withtuned-ppd
without errors. - The power profiles are selectable in GNOME Control Center’s power panel.
- The "Power Mode" in the top-right corner of the screen shows the correct profile name after a selection is made.
- The command
tuned-adm active
shows the active profile that matches the selected profile. - The profile name mapping in
/etc/tuned/ppd.conf
corresponds correctly to the selected profile.
Optional
Optionally provide hints for exploratory testing.
- Test switching between the profiles multiple times and verify stability.
- Review power consumption and system performance after selecting different profiles.