Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh committed Jul 19, 2023
1 parent ead13da commit ab6e7f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def custom_node_endpoint_encoder(node_endpoint: NodeEndpoint) -> dict:
(status, stdout, stderr) = execute(cmd, self.repo_work_dir, True, False)
logging.info(f"*****************************suite stdout is **********************************{stdout}")
#Here stdout is None
logging.info(f"*****************************suite status is **********************************{status}")
logging.info(f"*****************************suite stderr is **********************************{stderr}")
self.test_result_data.append(
TestResultData(
self.component.name,
Expand Down

0 comments on commit ab6e7f1

Please sign in to comment.