Nir Soffer has posted comments on this change.

Change subject: tests: split tests fakes in a module
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.ovirt.org/#/c/32650/3/tests/vmApiTests.py
File tests/vmApiTests.py:

Line 64: 
Line 65: 
Line 66: class TestVmStats(TestSchemaCompliancyBase):
Line 67:     def testDownStats(self):
Line 68:         with fake.VM() as testvm:
Why not simply "vm"?

    with fake.VM() as vm:
        vm....
Line 69:             testvm.setDownStatus(define.ERROR, 
vmexitreason.GENERIC_ERROR)
Line 70:             self.assertVmStatsSchemaCompliancy('ExitedVmStats',
Line 71:                                                testvm.getStats())
Line 72: 


-- 
To view, visit http://gerrit.ovirt.org/32650
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ied7bb1d38d3814c406a53e1b7dbcac34eb6ffeb7
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <[email protected]>
Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Francesco Romani <[email protected]>
Gerrit-Reviewer: Martin Polednik <[email protected]>
Gerrit-Reviewer: Martin Sivák <[email protected]>
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to