Francesco Romani has uploaded a new change for review. Change subject: tests: rename HostStatsThread tests ......................................................................
tests: rename HostStatsThread tests HostStatsThread -> HostStatsThreadTests for consistency. Change-Id: Id8941bb1e4e78cebd06039dabee580ddcbc092cd Signed-off-by: Francesco Romani <[email protected]> --- M tests/samplingTests.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/77/41877/1 diff --git a/tests/samplingTests.py b/tests/samplingTests.py index e574e49..a8f6028 100644 --- a/tests/samplingTests.py +++ b/tests/samplingTests.py @@ -216,7 +216,7 @@ (self._VALUES[-2], self._VALUES[-1], 1)) -class HostStatsThread(TestCaseBase): +class HostStatsThreadTests(TestCaseBase): FAILED_SAMPLE = 3 # random 'small' value STOP_SAMPLE = 6 # ditto -- To view, visit https://gerrit.ovirt.org/41877 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id8941bb1e4e78cebd06039dabee580ddcbc092cd Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
