X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=plugin%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fovsdb%2Fplugin%2FOvsdbTestDeletePortIT.java;h=3fd246d3134e535f4a05d10d2c868499163ee569;hb=f6cf705bbea44e417a52b32587ec47670e990fc9;hp=d83432b6fa254a8004faad2fc00c464af6ad9285;hpb=f953056d4180ec1e9672f7810cb4318f6d02ffd7;p=netvirt.git diff --git a/plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestDeletePortIT.java b/plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestDeletePortIT.java index d83432b6fa..3fd246d313 100644 --- a/plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestDeletePortIT.java +++ b/plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestDeletePortIT.java @@ -33,6 +33,6 @@ public class OvsdbTestDeletePortIT extends OvsdbTestBase { */ ConfigurationService configurationService = new ConfigurationService(); configurationService.setConnectionServiceInternal(connectionService); - configurationService.deletePort(node, "ovsbr0", "tap2"); + configurationService.deletePort(node, BRIDGE_NAME, PORT_NAME); } }