diff options
Diffstat (limited to 'src/k8splugin/mock_files')
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 |