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 <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Peter V. Saveliev <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Yeela Kaplan <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to