@Test
public void testCreateAndDeleteItem() throws Exception {
String id = "zk-" + random.randomAlphanumericString(8);
ZookeeperCluster cluster = new ZookeeperCluster();
cluster.dnsName = id + ".test.platformlayer.org";
cluster = putItem(id, cluster);
cluster = waitForHealthy(cluster);