Change in vdsm[master]: Add slowtests plugin

danken at redhat.com danken at redhat.com
Mon Apr 9 21:01:59 UTC 2012


Dan Kenigsberg has submitted this change and it was merged.

Change subject: Add slowtests plugin
......................................................................


Add slowtests plugin

Plugin slowtests
  Skips tests that might be too slow to be run for quick iteration
  builds

  Options:
    --without-slow-tests
          Some tests might take a long time to run, use this to skip slow
	  tests automatically.  [NOSE_SKIP_SLOW_TESTS]

Ergo, you can set the aforementioned env variable to have make skip slow
tests. As what a "slow test" is debatable I just marked one test as
slow. The rest will have to be suggested in future patches and
go through the regular review process before deemed slow.

To mark a test a slow use the slowtest decorator from the
testValidation module.

Change-Id: I152f9fd479175bf11d9946d8269884fa95959c17
---
M tests/resourceManagerTests.py
M tests/testValidation.py
M tests/testrunner.py
3 files changed, 44 insertions(+), 0 deletions(-)

Approvals:
  Dan Kenigsberg: Looks good to me, approved
  Peter V. Saveliev: Verified; Looks good to me, but someone else must approve


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I152f9fd479175bf11d9946d8269884fa95959c17
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Peter V. Saveliev <peet at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykaplan at redhat.com>


More information about the vdsm-patches mailing list