add unit test
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / sfc-driver / src / main / java / org / onap / sfc / entity / SdnControllerInfo.java
index 8630095..9910336 100644 (file)
@@ -23,4 +23,11 @@ public class SdnControllerInfo {
     String url;
     String userName;
     String password;
+
+    public boolean equals(Object o) {
+        if(o == this) {
+            return true;
+        }
+        return false;
+    }
 }