summaryrefslogtreecommitdiffstats
path: root/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-20 14:50:31 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-20 15:52:05 +0800
commitdb1c88e473fd07a75c80f52f6b6a8449eb605aca (patch)
treeebf0d2d75387041d9b7b3fef0a89ebcc4454ba83 /zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java
parent7117ab0c12c54e40c3bcfdb999260224cfe01181 (diff)
Add UT cases for vfc-sfc-driver
Change-Id: I9d73c131f441d3f9d83781e1f6a290eaca252e02 Issue-Id: VFC-398 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java')
-rw-r--r--zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java b/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java
index edff213..060e3a2 100644
--- a/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java
+++ b/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java
@@ -1,5 +1,5 @@
/**
- * Copyright 2016 ZTE Corporation.
+ * Copyright 2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -45,7 +45,7 @@ public class TestPortPair {
@Test
public void test_createportpair() throws Exception {
PortPairReq4N portpair =new PortPairReq4N();
- portpair.setUrl("http://127.0.0.1:80");
+ portpair.setUrl("http://127.0.0.1:8181");
N2sReqWrapper.convertPortPair(portpair);
}