From e1cbc5c5ea9a4fd68562f0f55b2851d324069698 Mon Sep 17 00:00:00 2001 From: Alfonso Sanchez-Beato Date: Tue, 9 Dec 2014 13:34:39 +0100 Subject: test: Add AvailableTechnologies to list-modems --- test/list-modems | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/list-modems b/test/list-modems index b9f510a8..a163791e 100755 --- a/test/list-modems +++ b/test/list-modems @@ -40,7 +40,8 @@ for path, properties in modems: "PreferredLanguages", "PrimaryContexts", "LockedPins", - "Features"]: + "Features", + "AvailableTechnologies"]: val = "" for i in properties[key]: val += i + " " -- cgit v1.2.3