diff options
author | Murali-P <murali.p@huawei.com> | 2017-02-15 12:46:27 +0530 |
---|---|---|
committer | Murali-P <murali.p@huawei.com> | 2017-02-15 12:46:27 +0530 |
commit | e67498bea611283658bf53490338dae6f15424b1 (patch) | |
tree | f00b965010f5f983f7b16e999d397623195c2356 | |
parent | 0f90c444cb2bb079ace804e2a7478303e39d0dfc (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.java | 2 |
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"); } } |