diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-04-04 00:49:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-04 00:49:31 +0000 |
commit | db8bdf6ea4c82b72e3961a5f0f1659aa4b55d5f3 (patch) | |
tree | 679d4aba8eb3d0811cecd8071de0971206d4f7ba | |
parent | 82ca043a58fe62d9d3e17139f8a6d772b5f9fb5a (diff) | |
parent | 3875fc254bbc877384eddd34082e4ac449b263ae (diff) |
Merge "Fix multicloud-k8s csit"
-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 |