Fix bug in Ipfix table and TearDown IT code 16/8416/4
authorDave Tucker <djt@redhat.com>
Fri, 27 Jun 2014 17:42:09 +0000 (18:42 +0100)
committerDave Tucker <djt@redhat.com>
Fri, 27 Jun 2014 22:16:09 +0000 (23:16 +0100)
commitf498ff1157cf27543c66e7d8d6b1de1a5ceeed40
tree0130a838e7f62a42d30130a35e492045c79fc02a
parent7cb8f9acbd1936f38a327f234a807170a6d53660
Fix bug in Ipfix table and TearDown IT code

The cache columns weren't added until schema version 7.3.0
This commit adds splits the IPFIX tests with Junit assumptions and as
such OVS 1.11.0 IT's will no longer fail

TearDown tries to delete a FlowSampleCollectorSet row which will not
have been created unless the schema version is greater than 7.1.0. This
commit conditionally adds this transaction in the teardown code.

Change-Id: I1dc5b13329f0f1f5bcee60625737871719d77df7
Signed-off-by: Dave Tucker <djt@redhat.com>
library/src/test/java/org/opendaylight/ovsdb/lib/notation/VersionTest.java
schemas/Open_vSwitch/src/test/java/org/opendaylight/ovsdb/schema/openvswitch/IpfixTestCases.java
schemas/Open_vSwitch/src/test/java/org/opendaylight/ovsdb/schema/openvswitch/TearDown.java