X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Ftests%2Fconst.py;h=2d701a1437490da440ddd187a6e32d957899034f;hb=d8019fdc8c1243f7c8bcf54921639333526f3749;hp=8a50fa1a5cf1a646515cc4a34eb86119bf8f3525;hpb=b6a08c041bbca7c97fb28fe73389000a28d58c0e;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/lcm/nf/tests/const.py b/lcm/lcm/nf/tests/const.py index 8a50fa1a..2d701a14 100644 --- a/lcm/lcm/nf/tests/const.py +++ b/lcm/lcm/nf/tests/const.py @@ -638,10 +638,10 @@ vnfdModel = { "connectivity_type": { "layer_protocol": "ipv4", }, - "dns_nameservers": "test", - "host_routes": "test", + "dns_nameservers": ["test"], + "host_routes": [], }, - "route_external": "test", + "route_external": False } ], "cps": [ @@ -1422,7 +1422,16 @@ vnfd_for_scale = { "description": "", "vdu_id": "sunshine", "properties": { - "trunk_mode": "false" + "trunk_mode": "false", + "protocol_data": [{ + "address_data": { + "address_type": "ip_address", + "l3_address_data": { + "floating_ip_activated": False, + "ip_address_assignment": False + } + } + }] }, "cp_id": "ext_cp", "cpd_id": "ext_cp"