diff options
-rw-r--r-- | tests/multicloud-k8s/data/create_rbdefinition.json | 8 | ||||
-rw-r--r-- | tests/multicloud-k8s/multicloud-k8s-test.robot | 6 |
2 files changed, 8 insertions, 6 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 diff --git a/tests/multicloud-k8s/multicloud-k8s-test.robot b/tests/multicloud-k8s/multicloud-k8s-test.robot index 36d4e668..0cb91d41 100644 --- a/tests/multicloud-k8s/multicloud-k8s-test.robot +++ b/tests/multicloud-k8s/multicloud-k8s-test.robot @@ -12,12 +12,12 @@ Create Definition Get Definition [Template] Get template - /v1/rb/definition - /v1/rb/definition/7eb09e38-4363-9942-1234-3beb2e95fd85 + /v1/rb/definition/test-rbdef + /v1/rb/definition/test-rbdef/v1 Delete Definition [Template] Delete template - /v1/rb/definition/7eb09e38-4363-9942-1234-3beb2e95fd85 + /v1/rb/definition/test-rbdef/v1 *** Keywords *** Created session |