aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/mock_files
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2019-01-18 00:10:54 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-18 00:10:54 +0000
commit002602dc6b09d4012fbca05740eb4e4dbb9ce6ce (patch)
treeaaba4c9c5c22ffc6e9bc87b64081168540da4e10 /src/k8splugin/mock_files
parente9ee50babb3bbfe7a6e774460a46782abefd5107 (diff)
parentcd9644049545a47676e87ad279833ced1b0f9c1a (diff)
Merge "Add resource bundle profile api"
Diffstat (limited to 'src/k8splugin/mock_files')
-rw-r--r--src/k8splugin/mock_files/mock_json/create_rbdefinition.json6
-rw-r--r--src/k8splugin/mock_files/mock_json/create_rbprofile.json7
-rw-r--r--src/k8splugin/mock_files/mock_json/create_vnfd.json6
3 files changed, 13 insertions, 6 deletions
diff --git a/src/k8splugin/mock_files/mock_json/create_rbdefinition.json b/src/k8splugin/mock_files/mock_json/create_rbdefinition.json
new file mode 100644
index 00000000..994afdf8
--- /dev/null
+++ b/src/k8splugin/mock_files/mock_json/create_rbdefinition.json
@@ -0,0 +1,6 @@
+{
+ "name": "test-rbdef",
+ "description": "testing resource bundle definition api",
+ "uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85",
+ "service-type": "firewall"
+} \ No newline at end of file
diff --git a/src/k8splugin/mock_files/mock_json/create_rbprofile.json b/src/k8splugin/mock_files/mock_json/create_rbprofile.json
new file mode 100644
index 00000000..5d439cf0
--- /dev/null
+++ b/src/k8splugin/mock_files/mock_json/create_rbprofile.json
@@ -0,0 +1,7 @@
+{
+ "name": "test-rbprofile",
+ "description": "testing resource bundle profile api",
+ "rbdid": "7eb09e38-4363-9942-1234-3beb2e95fd85",
+ "uuid": "12345678-8888-4578-3344-987654398731",
+ "service-type": "firewall"
+}
diff --git a/src/k8splugin/mock_files/mock_json/create_vnfd.json b/src/k8splugin/mock_files/mock_json/create_vnfd.json
deleted file mode 100644
index 64a186b2..00000000
--- a/src/k8splugin/mock_files/mock_json/create_vnfd.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "name": "test-vnfd",
- "description": "testing vnfd creation api",
- "uuid": "",
- "service-type": "firewall"
-} \ No newline at end of file