summaryrefslogtreecommitdiffstats
path: root/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java
diff options
context:
space:
mode:
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);
}