X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=test%2Ffunctest%2Fsimulators%2Fhas-api%2Fresponse-payloads%2Fflow1-success-simple%2Fstatus-solving.json;fp=test%2Ffunctest%2Fsimulators%2Fhas-api%2Fresponse-payloads%2Fflow1-success-simple%2Fstatus-solving.json;h=8bb074f464bcbc785d7e06e8dc37f2bfab976906;hb=ab7a87456538e561d60d209fe534c175ddd0269c;hp=0000000000000000000000000000000000000000;hpb=ad29f38cbcb164a7f328b26daf789dbff90deb98;p=optf%2Fosdf.git diff --git a/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json b/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json new file mode 100644 index 0000000..8bb074f --- /dev/null +++ b/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json @@ -0,0 +1,17 @@ +{ + "plans": [ + { + "status": "solving", + "name": "Plan Name 1", + "links": [ + [ + { + "href": "http://localhost:5000/simulated/oof/has-api/flow1-success-simple/status-done.json", + "rel": "self" + } + ] + ], + "id": "plan_id" + } + ] +}