aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client
AgeCommit message (Collapse)AuthorFilesLines
2020-07-21[VVP] onap-client refactoringstark, steven20-508/+265
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-06-19[VVP] Enhance VSP contributor logicstark, steven2-16/+12
Issue-ID: VVP-423 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I6175185d862ef70056fec24e16942a347d37ab94
2020-06-17[VV] Add CSAR downloadstark, steven3-1/+44
Issue-ID: VVP-422 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I08a2106911939fb25b221fa9cbd1193537f4849b
2020-06-15[VVP] Enhance network role property handlingstark, steven3-6/+7
Issue-ID: VVP-421 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I2af9206cbac62b33ce8373d3b480e16e1b2bbd1a
2020-06-01[VVP] bug fix for empty project codestark, steven2-2/+4
Issue-ID: VVP-419 Change-Id: Ic65674f2ee924f43b7ba6d8cc63ee686723f8fa5 Signed-off-by: stark, steven <steven.stark@att.com>
2020-05-27[VVP] Fix VNF descriptionstark, steven7-11/+54
VNF description field is colliding w/ vnf property description field. Also updating VSP contributor/owner logic so a user doesn't get added if already present, and the owner doesn't get added if already the owner. Issue-ID: VVP-419 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ib8d8daa56c70f6ce548e8eebd9cdc43ff567f1dd
2020-05-21[VVP] adding VSP owner and VF descriptionstark, steven6-3/+39
Adding optional mechanism to override the VSP owner Addition optional field for the VF descriptino Issue-ID: VVP-418 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Ib297a22a75a138881647fc2b8e91149c9e7a686c
2020-05-19[VVP] Updates to VVP test-enginestark, steven24-167/+1102
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-05-04[VVP] fixes for vvp test-enginestark, steven1-2/+3
update license in setup.py. update config.yaml to use same user, now that SDC has been updated. add logic for OS X /tmp directory Issue-ID: VVP-417 Change-Id: Ibeb48208da9e39614c1c41499c87b06943855e96 Signed-off-by: stark, steven <steven.stark@att.com>
2020-04-24[VVP] onap client fails to import if config file not setstark, steven2-9/+11
Issue-ID: VVP-412 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I8c810dd5268c522ea21a40704315051c5daa5292
2020-04-14[VVP] adding support for updating checked out resourcesstark, steven6-46/+77
- also fixing imports of client to skip tests* Issue-ID: VVP-403 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I0f0bddb04d4de10b9003e4fc6380619539f41ca4
2020-04-08[VVP] check for existing policy in vnf.pystark, steven2-3/+8
Issue-ID: VVP-401 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Idd88dbe2031e182bb91c7f9b56f3525417cec676
2020-04-07[VVP] Adding support for update to onap-clientstark, steven13-142/+568
Issue-ID: VVP-399 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I3f7d1694fd23295a274c0c0e3801a33ab23dce7f
2020-03-26[VVP] Updating documentation for test-enginestark, steven2-44/+82
Issue-ID: VVP-393 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Id52cef3b5b5d8b695aaa2cf92d8ab734c66f35f3
2020-03-18[VVP] Adding OVP VNF Heat testcasestark, steven1-1/+1
Issue-ID: VVP-381 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: Iebcddb15ad2116555faf480129400ed6ae1ab8cc
2020-03-12[VVP] Adding onap-client intial commit.stark, steven101-0/+9849
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>