summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");
}
}