diff options
author | stark, steven <steven.stark@att.com> | 2020-05-19 09:52:46 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-05-19 09:59:16 -0700 |
commit | d481ad9918d383c82335e52db4a360964194ef5d (patch) | |
tree | f3174fa5bc95e340b908e3c854edf1af2e8119c9 /ovp_testsuite | |
parent | e4fca937cc6104ff56c52f720d26552febe44bee (diff) |
[VVP] Updates to VVP test-engine
Removing module level variables. These can cause import errors if certain modules are not imported "properly". Removing these lets developers import modules as-needed.
Add support for VNF category. The VNF category is looked up based on the category chosen by the VSP.
Increase test coverage.
Update ovp testsuite based on these changes.
Issue-ID: VVP-418
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I074375b8afae1adff60e0730d6f8a69d01cdd475
Diffstat (limited to 'ovp_testsuite')
-rw-r--r-- | ovp_testsuite/config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ovp_testsuite/config.yaml b/ovp_testsuite/config.yaml index 47dfb40..80886c0 100644 --- a/ovp_testsuite/config.yaml +++ b/ovp_testsuite/config.yaml @@ -15,6 +15,7 @@ onap_client: SDC_SCREEN_PATH: /sdc2/rest/v1/screen SDC_HEALTH_CHECK_PATH: /sdc1/rest/healthCheck SDC_CATALOG_SERVICES_PATH: /sdc2/rest/v1/catalog/services + SDC_RESOURCE_CATEGORIES_PATH: /sdc2/rest/v1/categories/resources SDC_VENDOR_SOFTWARE_PRODUCT_PATH: /onboarding-api/v1.0/vendor-software-products SDC_CATALOG_RESOURCES_PATH: /sdc2/rest/v1/catalog/resources SDC_VENDOR_LICENSE_MODEL_PATH: /onboarding-api/v1.0/vendor-license-models |