summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/tests/const.py
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2019-07-25 21:28:01 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2019-07-26 09:11:40 +0800
commitc23b4b6131096628c13469d4dc204beb4c05eb55 (patch)
tree5febd376a21a6bc815cd435d43f19ce13f703d84 /lcm/lcm/nf/tests/const.py
parentb7f679695743d0c2a046997bf4a6ed5ae0ac1e43 (diff)
fix cp create bugs
fix cp create bugs Change-Id: I979b904f03da2e775deb1db9bcddd27c383fe4ee Issue-ID: VFC-1431 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Diffstat (limited to 'lcm/lcm/nf/tests/const.py')
-rw-r--r--lcm/lcm/nf/tests/const.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/lcm/lcm/nf/tests/const.py b/lcm/lcm/nf/tests/const.py
index 8a50fa1a..7ebb7d32 100644
--- a/lcm/lcm/nf/tests/const.py
+++ b/lcm/lcm/nf/tests/const.py
@@ -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"