Replace String Literals in ITs with constants
[ovsdb.git] / ovsdb / src / test / java / org / opendaylight / ovsdb / plugin / OvsdbTestAddVlanIT.java
index ee66acde9278b4e47661c51deec83acd7480468f..496a976796eb4aa19bfdf76dbf71feefa3ad8d62 100644 (file)
@@ -44,6 +44,6 @@ public class OvsdbTestAddVlanIT extends OvsdbTestBase {
         Map<ConfigConstants, Object> configs = new HashMap<ConfigConstants, Object>();
         configs.put(ConfigConstants.TYPE, "VLAN");
         configs.put(ConfigConstants.VLAN, vlanid+"");
-        configurationService.addPort(node, "JUNIT_BRIDGE_TEST", "Jtagvif0", configs);
+        configurationService.addPort(node, BRIDGE_NAME, TAGGED_PORT_NAME, configs);
     }
 }
\ No newline at end of file