summaryrefslogtreecommitdiff
path: root/squad_client
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2020-09-29 13:51:53 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2020-09-29 14:34:19 +0100
commitf34249efa9395cd053df9f3b9bfefc6c8f009d32 (patch)
treefff49162afc4ced37b0ae28ff840c041433a7c9b /squad_client
parent70d5df60b07ad6ea7269815c205403ab15fb5a22 (diff)
commands: fix submit command docs
Add more explanation to the format of --test-name parameter Fixes: #67 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'squad_client')
-rw-r--r--squad_client/commands/submit.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/squad_client/commands/submit.py b/squad_client/commands/submit.py
index f381b26..fbfe064 100644
--- a/squad_client/commands/submit.py
+++ b/squad_client/commands/submit.py
@@ -20,7 +20,10 @@ class SubmitCommand(SquadClientCommand):
"--results",
help="File with test results to submit. Max 5MB. JSON and YAML formats are supported",
)
- result_group.add_argument("--result-name", help="Single result name")
+ result_group.add_argument(
+ "--result-name",
+ help="Single result name. Please use suite_name/test_name as value for this parameter"
+ )
parser.add_argument(
"--result-value",
help="Single result output (pass/fail/skip)",