1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Add IMSI to device details.

This commit is contained in:
Simo Kinnunen 2017-01-13 13:52:11 +09:00
parent a4334c56b8
commit 5839867619
9 changed files with 19 additions and 1 deletions

View file

@ -11,6 +11,7 @@ module.exports = syrup.serial()
log.info('Fetching phone info')
return service.getProperties([
'imei'
, 'imsi'
, 'phoneNumber'
, 'iccid'
, 'network'