diff options
author | 2019-09-18 14:35:00 +0800 | |
---|---|---|
committer | 2019-09-18 15:15:22 +0800 | |
commit | d8019fdc8c1243f7c8bcf54921639333526f3749 (patch) | |
tree | 2dc6ba361a759e88149c18c82ef100040c3443d2 /lcm/lcm/nf | |
parent | 4ba359d8f83a8bb9b6648b53c1372fee101e5ba2 (diff) |
Add vnfd validity check
Change-Id: Ied8d1c044b2b6f883be48820eaf1d0eff47a19c3
Issue-ID: VFC-1490
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'lcm/lcm/nf')
-rw-r--r-- | lcm/lcm/nf/tests/const.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lcm/lcm/nf/tests/const.py b/lcm/lcm/nf/tests/const.py index 7ebb7d32..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": [ |