Add CSIT for multicloud-k8s
Add CSIT for the multicloud-k8s plugin
POST, GET and DELETE are tested for definition API
Change-Id: I936071de176430ec05a9c087c34908057f1cc5bb
Issue-ID: MULTICLOUD-403
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
diff --git a/tests/multicloud-k8s/data/create_rbdefinition.json b/tests/multicloud-k8s/data/create_rbdefinition.json
new file mode 100644
index 0000000..370c3c7
--- /dev/null
+++ b/tests/multicloud-k8s/data/create_rbdefinition.json
@@ -0,0 +1,7 @@
+{
+ "uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85",
+ "name": "test-rbdef",
+ "chart-name": "testchart",
+ "description": "testing resource bundle definition api",
+ "service-type": "firewall"
+}
\ No newline at end of file