Fixed the Basic Bridge create Integration Test by performing mutate on OpenVSwitch...
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)
commit292dd34af2834ce29771b7dd1df75f1fe117801b
tree186fddde5018339b796acb95e997712a1a49eeb9
parent7de61e87da11d3de6f80bb9a658424cac53ddef5
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>