summaryrefslogtreecommitdiffstats
path: root/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java
diff options
context:
space:
mode:
Diffstat (limited to 'zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java')
-rw-r--r--zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java b/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java
index bd4caf2..a343952 100644
--- a/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java
+++ b/zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java
@@ -18,9 +18,9 @@ package org.onap.sfc;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
-import org.openo.sfc.entity.PortPairGroupReq4N;
-import org.openo.sfc.service.ISdnControllerService;
-import org.openo.sfc.wrapper.N2sReqWrapper;
+import org.onap.sfc.entity.PortPairGroupReq4N;
+import org.onap.sfc.service.ISdnControllerService;
+import org.onap.sfc.wrapper.N2sReqWrapper;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;