Convert bv-bstctl BST Tracking output to JSON

Change-Id: I833e4e55f48ebe71afe7046730ad6794903c0dc1
This commit is contained in:
Volodymyr Samotiy 2016-03-28 14:27:52 +03:00
parent 6b636f6215
commit 2350501da5
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ class BSTConfigCommand():
x.setASIC(asic)
status = x.send(self._timeout)
if status == 200:
ret = x.getJSON()
ret = json.dumps(x.getJSON())
print ret
else:
print "failure: %d" % (status)