assertEquals(nodes.size(), 38);
}
public void testListContainers() throws IOException {
NodeService service2 = new NodeService();
Set<Node> nodes = service2.listContainers(1, 0, null, true);
assertEquals(nodes.size(), 8);
}
public void testListContainerKeys() throws IOException {
NodeService service2 = new NodeService();