Change naming and veriy test-scheduler function
[bottlenecks.git] / test-scheduler / server / conductorclient / mock_workflow.json
1 {
2     "name": "workflow_demo_05",
3     "description": "run a workflow of yardstick test service",
4     "version": 1,
5     "tasks": [
6         {
7             "name": "http_yardstick_test",
8             "taskReferenceName": "ping_test",
9             "inputParameters": {
10                 "http_request": {
11                     "uri": "http://192.168.199.105:8080/greet",
12                     "method": "GET"
13                 }
14             },
15             "type": "HTTP"
16         }
17     ],
18     "outputParameters": {
19         "header": "${ping_test.output.response.headers}",
20         "response": "${ping_test.output.response.body}",
21         "status": "${ping_test.output.response.statusCode}"
22     },
23     "schemaVersion": 2
24 }