Initial hardware_vtep schema changes 21/8221/2
authorMadhu Venugopal <mavenugo@gmail.com>
Sun, 22 Jun 2014 15:13:43 +0000 (08:13 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Mon, 23 Jun 2014 17:37:03 +0000 (10:37 -0700)
commit2c47e48897f77b27b8d100c5597c23b8b159924e
tree85212ff93773fe6eba6ac8f6793959f58d770410
parent8179878f6c25c68ab74c8b04e76055f0e90ebef9
Initial hardware_vtep schema changes

These initial fixes wont consider IntegrationTests because vtep schema is not enabled in OpenVSwitch soft switches
and we need an vtep emulator to have this Integration Tested.

We need to invest extra effort in getting such a IT infra in place & hence the IT for hardware_vtep schema can be
considered once the hardware_vtep emulator setup is in place.

Change-Id: Ia60bac094a7ca3321be531ad3d16b9fd17ca18da
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
schemas/hardware_vtep/pom.xml [new file with mode: 0755]
schemas/hardware_vtep/src/main/java/org/opendaylight/ovsdb/schema/hardwarevtep/Global.java [new file with mode: 0644]
schemas/hardware_vtep/src/main/java/org/opendaylight/ovsdb/schema/hardwarevtep/Manager.java [new file with mode: 0644]
schemas/hardware_vtep/src/test/java/org/opendaylight/ovsdb/schema/hardwarevtep/OvsdbTestBase.java [new file with mode: 0644]
schemas/hardware_vtep/src/test/java/org/opendaylight/ovsdb/schema/hardwarevtep/TypedHardwareVTepSchemaIT.java [new file with mode: 0644]
schemas/hardware_vtep/src/test/resources/logback.xml [new file with mode: 0644]