From: Tom Pantelis Date: Thu, 19 Nov 2015 18:55:05 +0000 (-0500) Subject: CDS: ShardManagerTest cleanup X-Git-Tag: release/beryllium~119 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=733636ec5f1b4caecd130a6a26f6d196af6ff854;hp=733636ec5f1b4caecd130a6a26f6d196af6ff854 CDS: ShardManagerTest cleanup Added a Builder to TestShardManager and modified tests to use the Builder to gain more consistency between the tests. As a result, I made the ShardManager builder class abstract for derivation same as was done for the Shard builder. I removed the ForwardingShardManager class and merged the functionality into TestShardManager. Change-Id: I55471b388a40b9da68bdb249f4cc597d2a0e7f90 Signed-off-by: Tom Pantelis ---