Closed
Bug 1013725
Opened 11 years ago
Closed 7 years ago
[mozdevice] sut_tests info test fails on desktop negatus
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mcote, Assigned: gbrown)
Details
Mozdevice's sut_tests suite fails test_info.py when running Negatus on the desktop. The is due to the 'screen' and 'power' info subcommands returning agent warnings because they attempt to open nonexistent files (/sys/devices/virtual/graphics/fb0/modes and /sys/class/power_supply/battery/capacity, respectively). On OS X, the 'memory' info subcommand also returns a warning, since it tries to open the nonexistent file /proc/meminfo.
We should implement those commands on desktop Negatus, as best we can.
![]() |
Assignee | |
Updated•7 years ago
|
Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•