summaryrefslogtreecommitdiffstats
path: root/rest_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_server.py')
-rw-r--r--rest_server.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/rest_server.py b/rest_server.py
index b7d32d9..7578f41 100644
--- a/rest_server.py
+++ b/rest_server.py
@@ -293,20 +293,20 @@ class Job(Resource):
{
"name": "body",
"description": """Start execution of a workload with the
- following parameters:
+following parameters:
- "target": The target device to profile",
+"target": The target device to profile",
- "deadline": if specified, the maximum duration in minutes
- for any single test iteration.
+"deadline": if specified, the maximum duration in minutes
+for any single test iteration.
- "nossd": Do not fill the target with random
- data prior to running the test,
+"nossd": Do not fill the target with random
+data prior to running the test,
- "nowarm": Do not refill the target with data
- prior to running any further tests,
+"nowarm": Do not refill the target with data
+prior to running any further tests,
- "workload":if specified, the workload to run. Defaults to all.
+"workload":if specified, the workload to run. Defaults to all.
""",
"required": True,
"type": "WorkloadModel",