commit | 88b79df3e07b3c2c4895f523202e421f40df3459 | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Tue Dec 23 13:45:08 2014 +0000 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Tue Dec 23 13:45:08 2014 +0000 |
tree | b81bbc3e64e55d994bb5210fbe2f6bf589ab5aa9 | |
parent | 519158ef4cc064ecb79ccfb3b197cc67438c4eea [diff] [blame] |
Call the new probe_switches() method Change-Id: I4af94a8cb7ffb056789f6c8fcdfb98a68576029d
diff --git a/util.py b/util.py index a938732..3b354cd 100644 --- a/util.py +++ b/util.py
@@ -102,6 +102,8 @@ ret['version'] = state.version elif command == 'daemon.statistics': ret['uptime'] = time.time() - state.starttime + elif command == 'daemon.probe_switches': + ret = self.probe_switches(state) else: raise InputError("Unknown daemon_query command \"%s\"" % command)