diff options
Diffstat (limited to 'tests/multicloud-k8s/data')
-rw-r--r-- | tests/multicloud-k8s/data/create_rbdefinition.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/multicloud-k8s/data/create_rbdefinition.json b/tests/multicloud-k8s/data/create_rbdefinition.json index 370c3c79..0373113c 100644 --- a/tests/multicloud-k8s/data/create_rbdefinition.json +++ b/tests/multicloud-k8s/data/create_rbdefinition.json @@ -1,7 +1,9 @@ { - "uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85", - "name": "test-rbdef", + "rb-name": "test-rbdef", + "rb-version": "v1", "chart-name": "testchart", "description": "testing resource bundle definition api", - "service-type": "firewall" + "labels": { + "vnf_customization_module_uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85" + } }
\ No newline at end of file |