summaryrefslogtreecommitdiffstats
path: root/test/list-contexts
diff options
context:
space:
mode:
Diffstat (limited to 'test/list-contexts')
-rwxr-xr-xtest/list-contexts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/list-contexts b/test/list-contexts
index 09dbff8e..eb024161 100755
--- a/test/list-contexts
+++ b/test/list-contexts
@@ -20,10 +20,10 @@ for path in properties["Modems"]:
if "org.ofono.DataConnectionManager" not in properties["Interfaces"]:
continue
- netreg = dbus.Interface(bus.get_object('org.ofono', path),
+ connmgr = dbus.Interface(bus.get_object('org.ofono', path),
'org.ofono.DataConnectionManager')
- properties = netreg.GetProperties()
+ properties = connmgr.GetProperties()
for path in properties["PrimaryContexts"]:
context = dbus.Interface(bus.get_object('org.ofono', path),