Maor Lipchuk has posted comments on this change. Change subject: core, engine: Avoid migration in ppc64 ......................................................................
Patch Set 5: (2 comments) .................................................... File backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/UpdateVmCommandTest.java Line 3: import static junit.framework.Assert.assertFalse; Line 4: import static junit.framework.Assert.assertTrue; Line 5: import static org.mockito.Matchers.any; Line 6: import static org.mockito.Matchers.anyString; Line 7: import static org.mockito.Matchers.anyInt; This import is not used Line 8: import static org.mockito.Mockito.doReturn; Line 9: import static org.mockito.Mockito.spy; Line 10: import static org.mockito.Mockito.when; Line 11: import static org.ovirt.engine.core.utils.MockConfigRule.mockConfig; Line 24: import org.mockito.Mock; Line 25: import org.mockito.runners.MockitoJUnitRunner; Line 26: import org.ovirt.engine.core.common.action.VdcActionType; Line 27: import org.ovirt.engine.core.common.action.VmManagementParametersBase; Line 28: import org.ovirt.engine.core.common.businessentities.ArchitectureType; This is already imported in line 32 Line 29: import org.ovirt.engine.core.common.businessentities.Disk; Line 30: import org.ovirt.engine.core.common.businessentities.DiskImage; Line 31: import org.ovirt.engine.core.common.businessentities.DiskInterface; Line 32: import org.ovirt.engine.core.common.businessentities.ArchitectureType; -- To view, visit http://gerrit.ovirt.org/21522 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4808f3e91ccf37462727a28d35f9f9faae1dfd6c Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vitor de Lima <[email protected]> Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <[email protected]> Gerrit-Reviewer: Leonardo Bianconi <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Vitor de Lima <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
