Introducing Open_vSwitch Typed Schema wrapper on top of the Schema indepedent Library. 55/8155/1
authorMadhu Venugopal <mavenugo@gmail.com>
Thu, 19 Jun 2014 04:13:42 +0000 (21:13 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 19 Jun 2014 04:13:42 +0000 (21:13 -0700)
commit1ccf1d960fe163b7a6eab2adeb6f11bf682866bf
treef16a4bedc0e93ab937cc684f62eea2e51668043f
parent2845eea34200684ca6d5744abb820bc01d49f3ae
Introducing Open_vSwitch Typed Schema wrapper on top of the Schema indepedent Library.

Adding Bridge & OpenVSwitch Tables along with IT for these 2 tables.
These tables are refactored from the old plugin and hence not all Columns are statically Typed yet.
Those will be added gradually based on usage pattern.

More OpenVSwitch tables will be added soon.

Change-Id: I1d253df432937281f2303d015cc85c3e91da8b22
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
schemas/Open_vSwitch/pom.xml [new file with mode: 0755]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/Bridge.java [new file with mode: 0644]
schemas/Open_vSwitch/src/main/java/org/opendaylight/ovsdb/schema/openvswitch/OpenVSwitch.java [new file with mode: 0644]
schemas/Open_vSwitch/src/test/java/org/opendaylight/ovsdb/schema/openvswitch/OvsdbTestBase.java [new file with mode: 0644]
schemas/Open_vSwitch/src/test/java/org/opendaylight/ovsdb/schema/openvswitch/TypedVSwitchdSchemaIT.java [new file with mode: 0644]
schemas/Open_vSwitch/src/test/resources/logback.xml [new file with mode: 0644]