summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/src/test/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2018-04-19Remove jmockit to address license issuesKailun Qin3-75/+62
Jmockit contains GPL code which causes license issues. Remove it and replace with powermock/mockito for unit tests. Change-Id: I911de8a7666d9b3c72d4babb02014cca805bfaf8 Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
2018-03-28Port nfvo/vnf_functest for framework mergeKailun Qin23-0/+1617
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>