Pau Espin Pedrol has submitted this change and it was merged.

Change subject: modem: Include serial attribute in info()
......................................................................


modem: Include serial attribute in info()

Change-Id: Ifd490942ecc8ecfd0f799ed241a53d45f5870b30
---
M src/osmo_gsm_tester/ofono_client.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/osmo_gsm_tester/ofono_client.py 
b/src/osmo_gsm_tester/ofono_client.py
index 43aa091..3958b5e 100644
--- a/src/osmo_gsm_tester/ofono_client.py
+++ b/src/osmo_gsm_tester/ofono_client.py
@@ -549,7 +549,7 @@
                 return True
         return False
 
-    def info(self, keys=('Manufacturer', 'Model', 'Revision')):
+    def info(self, keys=('Manufacturer', 'Model', 'Revision', 'Serial')):
         props = self.properties()
         return ', '.join(['%s: %r'%(k,props.get(k)) for k in keys])
 

-- 
To view, visit https://gerrit.osmocom.org/3833
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd490942ecc8ecfd0f799ed241a53d45f5870b30
Gerrit-PatchSet: 2
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: neels <[email protected]>

Reply via email to