summaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/has-api/response-payloads/orig/status-solving.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/functest/simulators/has-api/response-payloads/orig/status-solving.json')
-rw-r--r--test/functest/simulators/has-api/response-payloads/orig/status-solving.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/functest/simulators/has-api/response-payloads/orig/status-solving.json b/test/functest/simulators/has-api/response-payloads/orig/status-solving.json
new file mode 100644
index 0000000..7868830
--- /dev/null
+++ b/test/functest/simulators/has-api/response-payloads/orig/status-solving.json
@@ -0,0 +1,17 @@
+{
+ "plans": [
+ {
+ "status": "solving",
+ "name": "Plan Name 1",
+ "links": [
+ [
+ {
+ "href": "http://conductor:8091/v1/plans/plan_id",
+ "rel": "self"
+ }
+ ]
+ ],
+ "id": "plan_id"
+ }
+ ]
+}