Revert SouthboundIT multi-threading and refactor
authorStephen Kitt <skitt@redhat.com>
Wed, 28 Oct 2015 17:03:25 +0000 (18:03 +0100)
committerStephen Kitt <skitt@redhat.com>
Fri, 30 Oct 2015 17:15:53 +0000 (18:15 +0100)
commitda93af53e355282bd41d0a7de25893303263fd9e
tree5ad6c003d9c679df9d3dd4b05e1340bffb339232
parent4b536622acc16c4ef696a783ad39009593a01bc5
Revert SouthboundIT multi-threading and refactor

Running the tests in ExecutorService-managed threads masks a number of
errors which leave the target OVSDB in an inconsistent state. This
patch reverts the multi-threading and subsequent refactor, while
preserving some of the later changes (notably the Jacoco activation).

The multi-threading and testcase-refactoring will be re-done as
follow-up patches.

Change-Id: I9d534509f772afd75877d230cf4e2dc4654fab85
Signed-off-by: Stephen Kitt <skitt@redhat.com>