X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Fconst.py;h=5e6cb6755d95b63d986c1a597462ff35b05b29f4;hb=49b87c030e4ae60b141268f9c2f89b8010acd050;hp=912b9c384f2e6b50814b29b4c067438d555e61f2;hpb=9975ee2ab76998715538fa3aeee377b947125b7e;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/nf/const.py b/lcm/lcm/nf/const.py index 912b9c38..5e6cb675 100644 --- a/lcm/lcm/nf/const.py +++ b/lcm/lcm/nf/const.py @@ -330,13 +330,6 @@ vnfd_model_dict = { } }, "artifacts": [ - { - "artifact_name": "software_version_file", - "type": "tosca.artifacts.Deployment", - "file": "AppSoftwares/zte-cn-xgw-V5.16.11_NFV-version.zip", - "repository": "", - "deploy_path": "" - } ] } ], @@ -499,6 +492,15 @@ c1_data_get_tenant_id = { } ] } +c1_data_get_tenant_id_1 = { + "tenants": [ + { + "id": "1", + "name": "tenantname" + } + ] +} + # create_volume c2_data_create_volume = {