diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2018-08-29 18:17:46 +0800 |
---|---|---|
committer | Lianhao Lu <lianhao.lu@intel.com> | 2018-08-29 18:37:48 +0800 |
commit | 0af4624891b9de8bd455acd584ea3fa4a87304b8 (patch) | |
tree | 736e0379095b69fa0ddaf187a9aabb0d6e23e64d /requirements.txt | |
parent | 7db9cd91cd0b25000fca4c3ffb5c59cc413ad3f6 (diff) |
framework for checking vnf requirement
Implemented the internal code framework to add test cases to check vnf
requirements. Use command line parameter '--test-reqs' with the list of
vnf requirment IDs to invoke 'vnfsdk csar-validate'.
Also implement test case for R-66070: csar manifest metadata
Change-Id: I385e515f3e87f1e89fb7baf9ec3e0560f44541cd
Issue-ID: VNFSDK-316
Issue-ID: VNFSDK-174
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index dbc2a26..fa17a3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ requests>=2.3.0 stevedore>=1.9.0 udatetime<1.0,>=0.0.16 nfv-toscaparser<2.0,>=1.0.1 +prettytable<1.0 |