@Test
public void testStaticHash() {
Log.log("Basic nodemap test of Consistent Hashing cluster model");
StaticHashCluster model = (StaticHashCluster) newProviderInstance();
assertNotNull(model, "model should not be null");
ClusterSpec spec = model.getSpec();
assertNotNull(spec, "spec should not be null");
}