Convert bv-bstctl BST Tracking output to JSON
Change-Id: I833e4e55f48ebe71afe7046730ad6794903c0dc1
This commit is contained in:
parent
6b636f6215
commit
2350501da5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user