}
@Test( groups = { "TestClouderaManagerImpl" }, dependsOnMethods = { "testCreateCluster" })
public void testQueryClusterStatus() {
blueprint.getHadoopStack().setDistro("CDH-5.0.1");
ApiHostList hostList = rootResourceV6.getHostsResource().readHosts(DataView.SUMMARY);
List<ApiHost> hosts = hostList.getHosts();
hosts.get(0).setHealthSummary(ApiHealthSummary.BAD);
hosts.get(1).setHealthSummary(ApiHealthSummary.CONCERNING);
hosts.get(2).setHealthSummary(ApiHealthSummary.GOOD);
hosts.get(3).setHealthSummary(ApiHealthSummary.NOT_AVAILABLE);
List<ApiRoleRef> roleRefs = new ArrayList<>();