From e67498bea611283658bf53490338dae6f15424b1 Mon Sep 17 00:00:00 2001 From: Murali-P Date: Wed, 15 Feb 2017 12:46:27 +0530 Subject: Update port Resolved:VNFSDK-21 Function test base code Change-Id: I43b4e152b9ab7bfc3ee0a4fff4a79bbba3f9c270 Signed-off-by: Murali-P --- .../main/java/org/openo/vnfsdk/functest/common/ServiceRegistration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnf-sdk-function-test/src/main') diff --git a/vnf-sdk-function-test/src/main/java/org/openo/vnfsdk/functest/common/ServiceRegistration.java b/vnf-sdk-function-test/src/main/java/org/openo/vnfsdk/functest/common/ServiceRegistration.java index afabc33..a09fb63 100644 --- a/vnf-sdk-function-test/src/main/java/org/openo/vnfsdk/functest/common/ServiceRegistration.java +++ b/vnf-sdk-function-test/src/main/java/org/openo/vnfsdk/functest/common/ServiceRegistration.java @@ -66,7 +66,7 @@ public class ServiceRegistration implements Runnable { funcTestEntity.setProtocol("REST"); funcTestEntity.setVersion("v1"); funcTestEntity.setUrl("/openoapi/vnfsdk/v1"); - funcTestEntity.setSingleNode(Config.getConfigration().getServiceIp(), "8107", 0); + funcTestEntity.setSingleNode(Config.getConfigration().getServiceIp(), "8701", 0); funcTestEntity.setVisualRange("1"); } } -- cgit