From 5fa8e546e6c0e068c46410932683ffbec27574f9 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Thu, 30 Aug 2018 15:02:05 +0800 Subject: Test for vnf requirement R-35851 Implement test for vnf requirement R-35851: The VNF Package MUST include VNF topology that describes basic network and application connectivity internal and external to the VNF including Link type, KPIs, Bandwidth, latency, jitter, QoS (if applicable) for each interface. For now, we only check the existence of CP or VL, because Link type, bandwidth are already foced by ONAP DM. For other KPIs, current onap DM doesn't define yet. Change-Id: I6ad78edfcbd96ef748e1dbe5f0674b6e4e537e06 Issue-ID: VNFSDK-314 Signed-off-by: Lianhao Lu --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e46f4e2..90e7e9b 100644 --- a/setup.py +++ b/setup.py @@ -89,6 +89,7 @@ setup( 'vnfsdk.pkgtools.vnfreq': [ 'R-04298 = vnfsdk_pkgtools.vnfreq.pkg_reqs:R04298', 'R-26881 = vnfsdk_pkgtools.vnfreq.pkg_reqs:R26881', + 'R-35851 = vnfsdk_pkgtools.vnfreq.pkg_reqs:R35851', 'R-66070 = vnfsdk_pkgtools.vnfreq.pkg_reqs:R66070', 'R-77707 = vnfsdk_pkgtools.vnfreq.pkg_reqs:R77707', ], -- cgit 1.2.3-korg