summaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json')
-rw-r--r--test/functest/simulators/has-api/response-payloads/flow1-success-simple/status-solving.json17
1 files changed, 17 insertions, 0 deletions
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"
+ }
+ ]
+}