aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/tests
AgeCommit message (Collapse)AuthorFilesLines
2020-08-06[VVP] Bug fixesstark, steven1-1/+1
Revert type change on return from spec-engine. This was changed incorrectly on previous review. Fixing policy add to VNF, so that properties values are still added on update. Issue-ID: VVP-455 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I36ff9479f69893665bd7155b16c3fdcf1302e29e
2020-08-03[VVP] ONAP Client enhancementsstark, steven1-1/+1
Output hooks for resources. Outputs for each resource are returned as part of the complete onap-client spec when a resource is created. Hooks have been added for the SDC resources, to return the TOSCA model for each created resource. Dynamic config change. Ability to specify and reconfigure the onap-client configuration file at runtime without restarting the current session. Logging. Logging has been upgraded to create its own logging instance rather than the root logging instance, to avoid collisions. Issue-ID: VVP-455 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I7b03411d221801fc51b80ee6a73d9491e823da56
2020-07-21[VVP] onap-client refactoringstark, steven2-20/+8
removing create hook from _init_ for resources removing _init_ for non-abstract resources refactor validation logic enhancing error catch for resource failure adding _on_failure hook Issue-ID: VVP-441 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ia627fc7fd35fe6e112d6f89399701c70b5888077
2020-05-19[VVP] Updates to VVP test-enginestark, steven3-1/+107
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
2020-03-12[VVP] Adding onap-client intial commit.stark, steven8-0/+588
This is supplementary tooling to interact with various ONAP applications. It will be used by the OVP VNF Testcase, it's not deployed with the ONAP platform. Issue-ID: VVP-381 Change-Id: I2ff3952ba8f4b9448acb5a24717ccc3b1f0a92fe Signed-off-by: stark, steven <steven.stark@att.com>