Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-14 | Drop DB migration support due to security reasons | Kailun Qin | 1 | -57/+0 | |
Drop current DB migration support in functest using dropwizard-migrations due to security concerns. Also downgrade jersey versions to 2.25.1 since dropwizard:1.3.1 does not support jersey:2.26. Change-Id: I87ace8d3132af7a04141a7d89db80a134a69d538 Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin <kailun.qin@intel.com> | |||||
2018-03-28 | Port nfvo/vnf_functest for framework merge | Kailun Qin | 2 | -0/+65 | |
Merged VNF onboarding test functions and frameworks locating separately in nfvo/vnf_functest and vnfsdk/vnf-sdk-function-test seed code. 1) Reconstructed by aligning with the original interface and sequence design; 2) Replaced Restful calls with local invokes; 3) Implemented DB support (PostgreSQL) for persistent recording; 4) Added unit tests associated; 5) Unified package names to "onap"; 6) Fixed several inherent issues. Issue-ID: VNFSDK-178 Change-Id: I2147c5df8dd400adef71dafca9073b12d992d2df Signed-off-by: Kailun Qin <kailun.qin@intel.com> |