summaryrefslogtreecommitdiffstats
path: root/apex/tests/config/nova_output.json
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-09-07 04:05:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-07 04:05:37 +0000
commitec13bb94237f2157fa1e1037a0a9f7c4c4e09e39 (patch)
tree0be8ae097c493a0ff7ba7ee4b36eb7c11526ff1c /apex/tests/config/nova_output.json
parent0cedf1dc636d2532eb818dd88c19106199500ac7 (diff)
parentf443d4ea68736bfb7849f83ed054fcbd51971765 (diff)
Merge "Adds parser tests and cleanup"
Diffstat (limited to 'apex/tests/config/nova_output.json')
-rw-r--r--apex/tests/config/nova_output.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/apex/tests/config/nova_output.json b/apex/tests/config/nova_output.json
new file mode 100644
index 00000000..1348ef24
--- /dev/null
+++ b/apex/tests/config/nova_output.json
@@ -0,0 +1,23 @@
+[
+ {
+ "Status": "ACTIVE",
+ "Networks": "ctlplane=192.30.9.9",
+ "ID": "a5ff8aeb-5fd0-467f-9d89-791dfbc6267b",
+ "Image Name": "overcloud-full",
+ "Name": "overcloud-novacompute-1"
+ },
+ {
+ "Status": "ACTIVE",
+ "Networks": "ctlplane=192.30.9.10",
+ "ID": "c8be26ae-6bef-4841-bb03-c7f336cfd785",
+ "Image Name": "overcloud-full",
+ "Name": "overcloud-novacompute-0"
+ },
+ {
+ "Status": "ACTIVE",
+ "Networks": "ctlplane=192.30.9.8",
+ "ID": "105d1c61-78d3-498f-9191-6b21823b8544",
+ "Image Name": "overcloud-full",
+ "Name": "overcloud-controller-0"
+ }
+]