Test for vnf requirement R-77707
Implement test for vnf requirement R-77707: provider MUST include a
Manifest File that contains a list of all the components in the VNF
package.
Change-Id: Ief3f8af2cce20d003007147f106ba9c72bcde292
Issue-ID: VNFSDK-317
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
diff --git a/setup.py b/setup.py
index cba146a..395931e 100644
--- a/setup.py
+++ b/setup.py
@@ -88,6 +88,7 @@
],
'vnfsdk.pkgtools.vnfreq': [
'R-66070 = vnfsdk_pkgtools.vnfreq.pkg_reqs:R66070',
+ 'R-77707 = vnfsdk_pkgtools.vnfreq.pkg_reqs:R77707',
],
},