private RingDescribeHostSupplier hostSupplier;
private TestKeyspace keyspace;
@Before
public void setUp() throws Exception {
keyspace = new TestKeyspace("ringDescribeTestKeyspace");
keyspace.setTokenRange(createTokenRange());
hostSupplier = new RingDescribeHostSupplier(keyspace,1234);
}