From cd9644049545a47676e87ad279833ced1b0f9c1a Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 28 Nov 2018 12:21:09 -0800 Subject: Add resource bundle profile api Add CRUD api for uploading profiles for specific definition resource bundles. - Adding unit tests Issue-ID: ONAPARC-348 Change-Id: Ic43724b4e2c035e7989c827612f1b2800fc49a69 Signed-off-by: Kiran Kamineni --- src/k8splugin/mock_files/mock_json/create_rbdefinition.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/k8splugin/mock_files/mock_json/create_rbdefinition.json (limited to 'src/k8splugin/mock_files/mock_json/create_rbdefinition.json') 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 -- cgit 1.2.3-korg