From 71326170a8eb52e1fb3faa8bd2307c97b7822cb5 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Thu, 12 May 2016 15:57:32 -0600 Subject: Fixed spacing for swagger docs Change-Id: I994153d03981f9b706834ab2ab09196e235cc7ce Signed-off-by: Mark Beierl --- rest_server.py | 18 +++++++++--------- 1 file 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", -- cgit 1.2.3-korg