Removing the Open_vSwitch schema hardcoding in OvsDBClient.
[ovsdb.git] / library / src / test / java / org / opendaylight / ovsdb / lib / OvsdbTestBase.java
index c70f79a0543f35777f4b2f04aaedf80a5ea85e10..7d7ba63900cabdeaa98806d1ee92883fe6b4129b 100644 (file)
@@ -42,6 +42,11 @@ public abstract class OvsdbTestBase implements OvsdbRPC.Callback{
     private final static String SERVER_PORT = "ovsdbserver.port";
     private final static String DEFAULT_SERVER_PORT = "6640";
 
+    /**
+     * Represents the Open Vswitch Schema
+     */
+    public final static String OPEN_VSWITCH_SCHEMA = "Open_vSwitch";
+
     public Properties loadProperties() {
         Properties props = new Properties(System.getProperties());
         return props;