rename openo to onap
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / test / java / org / onap / sfc / TestPortPair.java
index 2111fe1..f205651 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016 [ZTE] and others.
+ * 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.
@@ -19,10 +19,10 @@ import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.mockito.Mockito;
-import org.openo.sfc.entity.portpair.PortPairReq4N;
-import org.openo.sfc.resources.DriverResource;
-import org.openo.sfc.service.ISdnControllerService;
-import org.openo.sfc.wrapper.N2sReqWrapper;
+import org.onap.sfc.entity.portpair.PortPairReq4N;
+import org.onap.sfc.resources.DriverResource;
+import org.onap.sfc.service.ISdnControllerService;
+import org.onap.sfc.wrapper.N2sReqWrapper;
 import org.powermock.api.mockito.PowerMockito;
 import org.powermock.core.classloader.annotations.PowerMockIgnore;
 import org.powermock.core.classloader.annotations.PrepareForTest;
@@ -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);
     }