mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Added CPU information.
Added Memory information.
This commit is contained in:
parent
6c88884fba
commit
b139849b3f
6 changed files with 234 additions and 50 deletions
|
@ -39,6 +39,8 @@ datautil.applyData = function(device) {
|
|||
device.name = match.name.id
|
||||
device.releasedAt = match.date
|
||||
device.image = model + '.jpg'
|
||||
device.cpu = match.cpu
|
||||
device.memory = match.memory
|
||||
}
|
||||
else {
|
||||
log.warn(
|
||||
|
@ -48,7 +50,7 @@ datautil.applyData = function(device) {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return device
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue