Add support for setting the db schema version 42/42342/2
authorSam Hague <shague@redhat.com>
Fri, 22 Jul 2016 01:38:49 +0000 (21:38 -0400)
committerSam Hague <shague@redhat.com>
Sat, 23 Jul 2016 13:13:01 +0000 (09:13 -0400)
commit9e96436790ff9685bda0466a7e352519ce94993d
treed431c4e5cfe7b6b9248ef73ebce671ebf1c40b89
parent84adccf880f63fd40544931d954b7e1e2dee0eab
Add support for setting the db schema version

The db schema was a field in the ovsdb.yang but it was never copied
from the ovsdb to mdsal.

Also removed IT test code that was getting the schema version
via connecting to the ovsdb nodes.

Change-Id: Id7a49f9832c27eec746aeff9d190e9295dbd3244
Signed-off-by: Sam Hague <shague@redhat.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommand.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommandTest.java
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/SouthboundIT.java
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/SouthboundIntegrationTestUtils.java [deleted file]