summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2017-02-15 12:46:27 +0530
committerMurali-P <murali.p@huawei.com>2017-02-15 12:46:27 +0530
commite67498bea611283658bf53490338dae6f15424b1 (patch)
treef00b965010f5f983f7b16e999d397623195c2356
parent0f90c444cb2bb079ace804e2a7478303e39d0dfc (diff)
Update port
Resolved:VNFSDK-21 Function test base code Change-Id: I43b4e152b9ab7bfc3ee0a4fff4a79bbba3f9c270 Signed-off-by: Murali-P <murali.p@huawei.com>
-rw-r--r--vnf-sdk-function-test/src/main/java/org/openo/vnfsdk/functest/common/ServiceRegistration.java2
1 files changed, 1 insertions, 1 deletions
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");
}
}