Unverified Commit 2d85781b authored by Yuting Jiang's avatar Yuting Jiang Committed by GitHub
Browse files

Tool: Fix bug - Fix function naming issue in system info (#200)

**Description**
Fix function naming issue in system info.

**Major Revision**
- fix function naming issue in system info 
- save to json file
- add timeout for subprocess.run
- revise error handling to print exception message
parent 9106dcf4
This diff is collapsed.
...@@ -84,4 +84,4 @@ def test_sb_run_nonexist_host_file(self): ...@@ -84,4 +84,4 @@ def test_sb_run_nonexist_host_file(self):
def test_sb_node_info(self): def test_sb_node_info(self):
"""Test sb node info, should fail.""" """Test sb node info, should fail."""
self.cmd('sb node info', expect_failure=True) self.cmd('sb node info', expect_failure=False)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment