rename openo to onap 73/31173/1
authorsonicke <10112215@zte.com.cn>
Sun, 11 Feb 2018 02:28:28 +0000 (10:28 +0800)
committersonicke <10112215@zte.com.cn>
Sun, 11 Feb 2018 02:28:28 +0000 (10:28 +0800)
Change-Id: I2cf180595e682becfca5848c704aee406d971337
Issue-ID: VFC-755
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
40 files changed:
zte/sfc-driver/plugin-standalone/src/main/assembly/run.sh
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/SfcDriver.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/SfcDriver.java with 93% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/SfcDriverConfig.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/SfcDriverConfig.java with 98% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/ChainParameter.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/ChainParameter.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/DelReqInfo.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/DelReqInfo.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/FlowClassfierReq.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/FlowClassfierReq.java with 99% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/FlowClassfierReq4N.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/FlowClassfierReq4N.java with 98% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/FlowClassifierReq4S.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/FlowClassifierReq4S.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/MsbRegisterEntity.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/MsbRegisterEntity.java with 98% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/NodeEntity.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/NodeEntity.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/PortChainReq.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/PortChainReq.java with 98% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/PortChainReq4N.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/PortChainReq4N.java with 98% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/PortChainReq4S.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/PortChainReq4S.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/PortPairGroupReq.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/PortPairGroupReq.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/PortPairGroupReq4N.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/PortPairGroupReq4N.java with 98% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/PortPairGroupReq4S.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/PortPairGroupReq4S.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/Result.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/Result.java with 96% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/SdnControllerInfo.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/SdnControllerInfo.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/portpair/PortInfo.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/portpair/PortInfo.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/portpair/PortPairReq.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/portpair/PortPairReq.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/portpair/PortPairReq4N.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/portpair/PortPairReq4N.java with 98% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/portpair/PortPairReq4S.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/portpair/PortPairReq4S.java with 96% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/entity/portpair/ServiceFunctionParameter.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/entity/portpair/ServiceFunctionParameter.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/health/ConsoleHealthCheck.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/health/ConsoleHealthCheck.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/resources/DriverResource.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/resources/DriverResource.java with 92% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/resources/MsbServiceRegister.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/resources/MsbServiceRegister.java with 89% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/service/ConfigInfo.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/service/ConfigInfo.java with 92% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/service/ISdnControllerService.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/service/ISdnControllerService.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/service/MsbService.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/service/MsbService.java with 93% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/service/SdnServiceConsumer.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/service/SdnServiceConsumer.java with 97% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/utils/SfcConst.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/utils/SfcConst.java with 96% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/utils/SfcDriverUtil.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/utils/SfcDriverUtil.java with 93% similarity]
zte/sfc-driver/sfc-driver/src/main/java/org/onap/sfc/wrapper/N2sReqWrapper.java [moved from zte/sfc-driver/sfc-driver/src/main/java/org/openo/sfc/wrapper/N2sReqWrapper.java with 85% similarity]
zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestAuthorization.java
zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestFlowClassifier.java
zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestMsbRegister.java
zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortChain.java
zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPair.java
zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestPortPairGroup.java
zte/sfc-driver/sfc-driver/src/test/java/org/onap/sfc/TestSfParams.java

index ae8318a..5a9ba00 100644 (file)
@@ -43,6 +43,6 @@ echo @JAVA_OPTS@ $JAVA_OPTS
 class_path="$RUNHOME/:$RUNHOME/sfc-service.jar"
 echo @class_path@ $class_path
 
-"$JAVA" $JAVA_OPTS -classpath "$class_path"  org.openo.sfc.SfcDriver server "$RUNHOME/conf/console.yml"
+"$JAVA" $JAVA_OPTS -classpath "$class_path"  SfcDriver server "$RUNHOME/conf/console.yml"
 
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc;
+package org.onap.sfc;
 
 import com.fasterxml.jackson.annotation.JsonInclude;
 import io.dropwizard.Application;
@@ -23,11 +23,11 @@ import io.dropwizard.setup.Bootstrap;
 import io.dropwizard.setup.Environment;
 import io.swagger.jaxrs.config.BeanConfig;
 import io.swagger.jaxrs.listing.ApiListingResource;
-import org.openo.sfc.health.ConsoleHealthCheck;
-import org.openo.sfc.resources.DriverResource;
-import org.openo.sfc.service.ConfigInfo;
-import org.openo.sfc.resources.MsbServiceRegister;
-import org.openo.sfc.utils.SfcConst;
+import org.onap.sfc.utils.SfcConst;
+import org.onap.sfc.health.ConsoleHealthCheck;
+import org.onap.sfc.resources.DriverResource;
+import org.onap.sfc.service.ConfigInfo;
+import org.onap.sfc.resources.MsbServiceRegister;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 public class DelReqInfo {
     private String sdnControllerId;
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 public class FlowClassfierReq4N {
     private String url;
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity;
+package org.onap.sfc.entity;
 
 public class Result {
     public String getId() {
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity.portpair;
+package org.onap.sfc.entity.portpair;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.entity.portpair;
+package org.onap.sfc.entity.portpair;
 
 import com.google.gson.annotations.SerializedName;
 
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.health;
+package org.onap.sfc.health;
 
 import com.codahale.metrics.health.HealthCheck;
 
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.resources;
+package org.onap.sfc.resources;
 
 import com.codahale.metrics.annotation.Timed;
-import org.openo.sfc.entity.DelReqInfo;
-import org.openo.sfc.entity.FlowClassfierReq4N;
-import org.openo.sfc.entity.FlowClassifierReq4S;
-import org.openo.sfc.entity.PortChainReq4N;
-import org.openo.sfc.entity.PortChainReq4S;
-import org.openo.sfc.entity.PortPairGroupReq4N;
-import org.openo.sfc.entity.PortPairGroupReq4S;
-import org.openo.sfc.entity.Result;
-import org.openo.sfc.entity.portpair.PortPairReq4N;
-import org.openo.sfc.entity.portpair.PortPairReq4S;
-import org.openo.sfc.service.SdnServiceConsumer;
-import org.openo.sfc.utils.SfcDriverUtil;
-import org.openo.sfc.wrapper.N2sReqWrapper;
+import org.onap.sfc.entity.FlowClassifierReq4S;
+import org.onap.sfc.entity.PortChainReq4S;
+import org.onap.sfc.entity.PortPairGroupReq4N;
+import org.onap.sfc.entity.PortPairGroupReq4S;
+import org.onap.sfc.entity.portpair.PortPairReq4N;
+import org.onap.sfc.entity.portpair.PortPairReq4S;
+import org.onap.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.wrapper.N2sReqWrapper;
+import org.onap.sfc.entity.DelReqInfo;
+import org.onap.sfc.entity.FlowClassfierReq4N;
+import org.onap.sfc.entity.PortChainReq4N;
+import org.onap.sfc.entity.Result;
+import org.onap.sfc.service.SdnServiceConsumer;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.resources;
+package org.onap.sfc.resources;
 
-import com.google.gson.Gson;
-import org.openo.sfc.entity.MsbRegisterEntity;
-import org.openo.sfc.service.ConfigInfo;
-import org.openo.sfc.service.SdnServiceConsumer;
-import org.openo.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.entity.MsbRegisterEntity;
+import org.onap.sfc.service.ConfigInfo;
+import org.onap.sfc.service.SdnServiceConsumer;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.service;
+package org.onap.sfc.service;
 
-import org.openo.sfc.SfcDriverConfig;
+import org.onap.sfc.SfcDriverConfig;
 
 public class ConfigInfo {
     public static SfcDriverConfig getConfig() {
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.service;
+package org.onap.sfc.service;
 
-import org.openo.sfc.entity.MsbRegisterEntity;
+import org.onap.sfc.entity.MsbRegisterEntity;
 
 import javax.ws.rs.Consumes;
 import javax.ws.rs.POST;
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.utils;
+package org.onap.sfc.utils;
 
 public interface SfcConst {
     public static final int HTTP_OK = 200;
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.openo.sfc.utils;
+package org.onap.sfc.utils;
 
 import com.google.gson.Gson;
-import org.openo.sfc.entity.ChainParameter;
-import org.openo.sfc.entity.MsbRegisterEntity;
-import org.openo.sfc.entity.NodeEntity;
-import org.openo.sfc.entity.portpair.ServiceFunctionParameter;
+import org.onap.sfc.entity.ChainParameter;
+import org.onap.sfc.entity.MsbRegisterEntity;
+import org.onap.sfc.entity.NodeEntity;
+import org.onap.sfc.entity.portpair.ServiceFunctionParameter;
 
 import java.net.InetAddress;
 import java.net.UnknownHostException;
  * limitations under the License.
  */
 
-package org.openo.sfc.wrapper;
+package org.onap.sfc.wrapper;
 
-import org.openo.sfc.entity.ChainParameter;
-import org.openo.sfc.entity.FlowClassfierReq;
-import org.openo.sfc.entity.FlowClassfierReq4N;
-import org.openo.sfc.entity.FlowClassifierReq4S;
-import org.openo.sfc.entity.PortChainReq;
-import org.openo.sfc.entity.PortChainReq4N;
-import org.openo.sfc.entity.PortChainReq4S;
-import org.openo.sfc.entity.PortPairGroupReq;
-import org.openo.sfc.entity.PortPairGroupReq4N;
-import org.openo.sfc.entity.PortPairGroupReq4S;
-import org.openo.sfc.entity.portpair.PortPairReq;
-import org.openo.sfc.entity.portpair.PortPairReq4N;
-import org.openo.sfc.entity.portpair.PortPairReq4S;
-import org.openo.sfc.entity.portpair.ServiceFunctionParameter;
-import org.openo.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.entity.PortChainReq;
+import org.onap.sfc.entity.PortChainReq4S;
+import org.onap.sfc.entity.PortPairGroupReq;
+import org.onap.sfc.entity.PortPairGroupReq4S;
+import org.onap.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.entity.ChainParameter;
+import org.onap.sfc.entity.FlowClassfierReq;
+import org.onap.sfc.entity.FlowClassfierReq4N;
+import org.onap.sfc.entity.FlowClassifierReq4S;
+import org.onap.sfc.entity.PortChainReq4N;
+import org.onap.sfc.entity.PortPairGroupReq4N;
+import org.onap.sfc.entity.portpair.PortPairReq;
+import org.onap.sfc.entity.portpair.PortPairReq4N;
+import org.onap.sfc.entity.portpair.PortPairReq4S;
+import org.onap.sfc.entity.portpair.ServiceFunctionParameter;
 
 import java.util.ArrayList;
 
index 71c1a34..65f2a61 100644 (file)
@@ -17,7 +17,7 @@ package org.onap.sfc;
 
 import org.junit.Before;
 import org.junit.Test;
-import org.openo.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.utils.SfcDriverUtil;
 
 public class TestAuthorization {
     @Test
index dbe2552..ecaa984 100644 (file)
@@ -17,9 +17,9 @@ package org.onap.sfc;
 
 import org.junit.Before;
 import org.junit.Test;
-import org.openo.sfc.entity.FlowClassfierReq4N;
-import org.openo.sfc.utils.SfcDriverUtil;
-import org.openo.sfc.wrapper.N2sReqWrapper;
+import org.onap.sfc.entity.FlowClassfierReq4N;
+import org.onap.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.wrapper.N2sReqWrapper;
 
 public class TestFlowClassifier {
 
index 1883728..f19d28a 100644 (file)
@@ -17,8 +17,8 @@ package org.onap.sfc;
 
 import org.junit.Before;
 import org.junit.Test;
-import org.openo.sfc.entity.MsbRegisterEntity;
-import org.openo.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.entity.MsbRegisterEntity;
+import org.onap.sfc.utils.SfcDriverUtil;
 
 public class TestMsbRegister {
     @Test
index 1643067..4c785d6 100644 (file)
@@ -17,8 +17,8 @@ package org.onap.sfc;
 
 import org.junit.Before;
 import org.junit.Test;
-import org.openo.sfc.entity.PortChainReq4N;
-import org.openo.sfc.wrapper.N2sReqWrapper;
+import org.onap.sfc.entity.PortChainReq4N;
+import org.onap.sfc.wrapper.N2sReqWrapper;
 
 public class TestPortChain {
     @Test
index 060e3a2..f205651 100644 (file)
@@ -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;
index bd4caf2..a343952 100644 (file)
@@ -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;
index 0b5b850..0cd07ab 100644 (file)
@@ -17,8 +17,8 @@ package org.onap.sfc;
 
 import org.junit.Before;
 import org.junit.Test;
-import org.openo.sfc.entity.ChainParameter;
-import org.openo.sfc.utils.SfcDriverUtil;
+import org.onap.sfc.entity.ChainParameter;
+import org.onap.sfc.utils.SfcDriverUtil;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;