Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Jun 28, 2023
1 parent f2c1422 commit c4a573e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifests/test_run_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class TestRunManifest(ComponentManifest['TestRunManifest', 'TestComponents']):
"""
TestRunManifest contains the test support matrix for any component.
TestRunManifest contains the aggregated test results for the components.
The format for schema version 1.0 is:
schema-version: '1.0'
Expand Down
2 changes: 1 addition & 1 deletion src/report_workflow/report_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ReportArgs:
logging_level: int

def __init__(self) -> None:
parser = argparse.ArgumentParser(description="Report for test on OpenSearch Bundle")
parser = argparse.ArgumentParser(description="Generate test report for given test data")
parser.add_argument("test_manifest_path", type=str, help="Specify a test manifest path.")
parser.add_argument("-p", "--artifact-paths", nargs='*', action=TestKwargs, default={},
help="Specify aritfacts paths for OpenSearch and OpenSearch Dashboards.")
Expand Down

0 comments on commit c4a573e

Please sign in to comment.