Closed
Bug 582087
Opened 15 years ago
Closed 15 years ago
should have a utility class/function to abstract platform information gathering
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 606524
People
(Reporter: k0scist, Unassigned)
Details
(Whiteboard: [mozmill-2.0])
In several places in mozrunner, mozmill, etc we need specific platform data. While most/all of this data can be gathered in python, it is scattered throughout python's os and platform (etc) modules. We should construct an interface that gives us back the platform data in a form we want/dictate:
e.g.
http://github.com/harthur/dirtyharry/blob/master/dirtyutils.py#L33
| Reporter | ||
Comment 1•15 years ago
|
||
see mozinfo bug
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•