TEP is part of old and new TZ when tz is updated after del-manager
[genius.git] / itm / itm-impl / src / test / java / org / opendaylight / genius / itm / tests / ItmTepAutoConfigTestUtil.java
index 96edf055b3e79d081a9b6dc7c3df88654902c49b..6368dd90f47322d6dfe3801fc151f5cbb8347f8f 100644 (file)
@@ -37,7 +37,8 @@ public final class ItmTepAutoConfigTestUtil {
 
     /* transaction methods */
     public static ListenableFuture<Void> addTep(String tepIp, String strDpnId, String tzName, boolean ofTunnel,
-                                                DataBroker dataBroker, ManagedNewTransactionRunner tx) {
+                                                DataBroker dataBroker, ManagedNewTransactionRunner tx)
+                                                throws Exception {
         return
             OvsdbTepAddConfigHelper.addTepReceivedFromOvsdb(tepIp, strDpnId, tzName, ofTunnel, dataBroker, tx).get(0);
     }