@Test
public void testUpdateDesiredConfig() throws Exception {
AmbariManagementController managementController = createMock(AmbariManagementController.class);
RequestStatusResponse response = createNiceMock(RequestStatusResponse.class);
HostResponse hr = new HostResponse("Host100", "Cluster100",
"", "", 2, 1, "", "", "", 100000L, 200000L, null, 10L,
0L, "rack info", null, null,
new HostHealthStatus(HostHealthStatus.HealthStatus.HEALTHY, "HEALTHY"), "HEALTHY");