X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=blobdiff_plain;f=test-scheduler%2Fserver%2Fsrc%2Fconductor_processor%2FdefaultWorkflowFile.json;fp=testing-scheduler%2Fserver%2Fsrc%2Fconductor_processor%2FdefaultWorkflowFile.json;h=f70573f3e10af55b1bd429632c8669cef21b95c2;hp=8f6251c00a9ae94e6c75786348ee0269352211e0;hb=e32043f58a2450b6a5986dc2a01f64f8b22c3992;hpb=a09bbea983aca3e437e254566da98196177748d9 diff --git a/testing-scheduler/server/src/conductor_processor/defaultWorkflowFile.json b/test-scheduler/server/src/conductor_processor/defaultWorkflowFile.json similarity index 96% rename from testing-scheduler/server/src/conductor_processor/defaultWorkflowFile.json rename to test-scheduler/server/src/conductor_processor/defaultWorkflowFile.json index 8f6251c0..f70573f3 100644 --- a/testing-scheduler/server/src/conductor_processor/defaultWorkflowFile.json +++ b/test-scheduler/server/src/conductor_processor/defaultWorkflowFile.json @@ -1,24 +1,24 @@ -{ - "name": "workflow_demo_05", - "description": "run a workflow of yardstick test service", - "version": 1, - "tasks": [ - { - "name": "http_yardstick_test", - "taskReferenceName": "ping_test", - "inputParameters": { - "http_request": { - "uri": "http://192.168.199.105:8080/greet", - "method": "GET" - } - }, - "type": "HTTP" - } - ], - "outputParameters": { - "header": "${ping_test.output.response.headers}", - "response": "${ping_test.output.response.body}", - "status": "${ping_test.output.response.statusCode}" - }, - "schemaVersion": 2 -} \ No newline at end of file +{ + "name": "workflow_demo_05", + "description": "run a workflow of yardstick test service", + "version": 1, + "tasks": [ + { + "name": "http_yardstick_test", + "taskReferenceName": "ping_test", + "inputParameters": { + "http_request": { + "uri": "http://192.168.199.105:8080/greet", + "method": "GET" + } + }, + "type": "HTTP" + } + ], + "outputParameters": { + "header": "${ping_test.output.response.headers}", + "response": "${ping_test.output.response.body}", + "status": "${ping_test.output.response.statusCode}" + }, + "schemaVersion": 2 +}