public void testGetRequestStatusResponse() {
ActionManager actionManager = createStrictMock(ActionManager.class);
Stage stage1 = createNiceMock(Stage.class);
Stage stage2 = createNiceMock(Stage.class);
HostRoleCommand command1 = createNiceMock(HostRoleCommand.class);
Role role = createNiceMock(Role.class);
List<Stage> stages = new ArrayList<Stage>();
RoleCommand roleCommand = RoleCommand.INSTALL;
HostRoleStatus status = HostRoleStatus.IN_PROGRESS;
stages.add(stage1);
stages.add(stage2);