X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Ftests%2Fconst.py;h=3eec3e20e5eca8807a6e93a574698b487526b594;hp=38d251e082a0fab3a71122364bbe92139175b7a2;hb=1283252ce02831a698e9de1eca028149ffcaa024;hpb=2a92056428d907cae12eed48d64a98f4a870316a diff --git a/lcm/lcm/nf/tests/const.py b/lcm/lcm/nf/tests/const.py index 38d251e0..3eec3e20 100644 --- a/lcm/lcm/nf/tests/const.py +++ b/lcm/lcm/nf/tests/const.py @@ -13,6 +13,30 @@ # limitations under the License. import json +instantiate_grant_result = { + "vimConnections": [ + { + "vimid": 'vim_1', + "accessInfo": + { + "tenant": 'chinamobile' + } + }, + ], + "vnfId": "413aa1fe-b4d1-11e8-8268-dff5aab95c63", + "vimAssets": + { + "computeResourceFlavours": [ + { + "resourceProviderId": "vgw", + "vimFlavourId": "yui", + "vimConnectionId": "" + }, + ] + } +} + + inst_req_data = { "flavourId": "flavour_1", "instantiationLevelId": "instantiationLevel_1",