Change naming and veriy test-scheduler function
[bottlenecks.git] / test-scheduler / server / conductorclient / mock_tasks.json
@@ -1,13 +1,13 @@
-{\r
-    "task_group_1":[\r
-        {\r
-            "name": "http_yardstick_test",\r
-            "retryCount": 3,\r
-            "timeOutSeconds": 1200,\r
-            "timeOutPolicy": "TIME_OUT_WF",\r
-            "retryLogic": "FIXED",\r
-            "retryDelaySeconds": 600,\r
-            "responseTimeOutSeconds": 3600\r
-        }\r
-    ]\r
-}
\ No newline at end of file
+{
+    "task_group_1":[
+        {
+            "name": "http_yardstick_test",
+            "retryCount": 3,
+            "timeOutSeconds": 1200,
+            "timeOutPolicy": "TIME_OUT_WF",
+            "retryLogic": "FIXED",
+            "retryDelaySeconds": 600,
+            "responseTimeOutSeconds": 3600
+        }
+    ]
+}