From d4a7658f72decfef05d15973d5cee13910eb47ae Mon Sep 17 00:00:00 2001 From: Kailun Qin Date: Tue, 27 Mar 2018 18:23:01 +0800 Subject: Port nfvo/vnf_functest for framework merge 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 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2ee9bc9..44a550d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,17 +15,18 @@ limitations under the License. --> - - + + org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.1.0 4.0.0 org.onap.vnf-sdk.function-test - vnfsdk-functest-core-parent + vnfsdk-functest-core-parent vnfsdk-functest + 1.0.0-SNAPSHOT pom -- cgit 1.2.3-korg