summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/src/main/java
diff options
context:
space:
mode:
authorMurali-P <murali.p@huawei.com>2017-02-14 17:41:22 +0530
committerMurali-P <murali.p@huawei.com>2017-02-14 17:41:22 +0530
commitd469ce9749074ceaa8d815947cb3f87a4817869e (patch)
tree4bd2de06bdf93f105047b81541aeea04994d7caf /vnf-sdk-function-test/src/main/java
parentd3d950d789d09cabe6d6aa1eebb8adff58aabf27 (diff)
UT Test cases
Resolved:VNFSDK-21 Function test base code Change-Id: I1e7d41f917e21b2e8753898b727609cb37290c0c Signed-off-by: Murali-P <murali.p@huawei.com>
Diffstat (limited to 'vnf-sdk-function-test/src/main/java')
-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 ab1566c..afabc33 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(), "8100", 0);
+ funcTestEntity.setSingleNode(Config.getConfigration().getServiceIp(), "8107", 0);
funcTestEntity.setVisualRange("1");
}
}