Daniel Erez has posted comments on this change. Change subject: core: Add test for import unregistered VM ......................................................................
Patch Set 5: (1 comment) http://gerrit.ovirt.org/#/c/29795/5/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVMFromConfigurationCommandTest.java File backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVMFromConfigurationCommandTest.java: Line 97: storageDomain.setStatus(StorageDomainStatus.Maintenance); Line 98: doReturn(storageDomain).when(cmd).getStorageDomain(); Line 99: CanDoActionTestUtils.runAndAssertCanDoActionFailure(cmd, Line 100: VdcBllMessages.ACTION_TYPE_FAILED_STORAGE_DOMAIN_STATUS_ILLEGAL2); Line 101: // CanDoActionTestUtils.runAndAssertCanDoActionFailure(cmd.canDoAction()); remove line Line 102: Line 103: } Line 104: Line 105: @Test -- To view, visit http://gerrit.ovirt.org/29795 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie6f68a66da4de6b9dbfb664d3678b25582a82496 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[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
