Fixed the Basic Bridge create Integration Test by performing mutate on OpenVSwitch... 20/7920/1
authorMadhu Venugopal <mavenugo@gmail.com>
Wed, 11 Jun 2014 21:44:13 +0000 (14:44 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Wed, 11 Jun 2014 21:44:13 +0000 (14:44 -0700)
commit16047c4a81b60e967a1f1a700c22d8ac2f84f434
treec668ed70bb44cb5ba8413f14c2289c6d9e1a9a19
parent8b1e792fb1a287cc5848038213b795642f48bfd2
Fixed the Basic Bridge create Integration Test by performing mutate on OpenVSwitch Table.

Also added
- Fixed a multiValue bug in Mutate
- the cleanup @After method to delete the created br-test
- few global variables that can be reused across test and cleanup (such as BridgeUuid)
- Fixed a Compiler warning in Insert

Change-Id: I091d7fa7b59d36718d9cca42cc8669a73461a764
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
library/src/main/java/org/opendaylight/ovsdb/lib/operations/Insert.java
library/src/main/java/org/opendaylight/ovsdb/lib/operations/Mutate.java
library/src/test/java/org/opendaylight/ovsdb/lib/OvsDBClientTestIT.java