diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-04-02 11:14:30 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-04-02 11:14:35 -0700 |
commit | d356432b9aa63b3a49d5a9d0eac5d49bc2eae488 (patch) | |
tree | 0c98af49da4522d00eb7282ad7f5d7030eeb0629 /tests/multicloud-k8s/data | |
parent | 3875fc254bbc877384eddd34082e4ac449b263ae (diff) |
Add testcases for profile
Add 3 more tests for profile
Issue-ID: MULTICLOUD-562
Change-Id: I0971cce76c5f442857fb67cc60a983a7724b70bf
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'tests/multicloud-k8s/data')
-rw-r--r-- | tests/multicloud-k8s/data/create_rbprofile.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/multicloud-k8s/data/create_rbprofile.json b/tests/multicloud-k8s/data/create_rbprofile.json new file mode 100644 index 00000000..72111a4d --- /dev/null +++ b/tests/multicloud-k8s/data/create_rbprofile.json @@ -0,0 +1,11 @@ +{ + "rb-name": "test-rbdef", + "rb-version": "v1", + "profile-name": "profile1", + "release-name": "testrelease", + "namespace": "testnamespace", + "kubernetes-version": "1.12.3", + "labels": { + "vnf_customization_module_uuid": "7eb09e38-4363-9942-1234-3beb2e95fd85" + } +} |