Dan Kenigsberg has submitted this change and it was merged.

Change subject: tests: Disable slow and stress tests by default
......................................................................


tests: Disable slow and stress tests by default

Currently developers must use this crazy long command line when
running the tests:

    NOSE_SKIP_STRESS_TESTS=1 NOSE_SKIP_SLOW_TESTS=1 make check

If you don't add the environment variables, you are wasting your time
waiting for slow and stress tests, or worse, stress tests may fail
because your system is overloaded.

This patch disables slow and stress tests by default, so the common way
to run the tests is just:

    make check

To enable slow and stress tests, you can use new shorter environment
variables:

    NOSE_STRESS_TESTS=1 NOSE_SLOW_TESTS=1 make check

The new environment variables are also documented now.

Change-Id: Id671a54261e8ef6595277b64b2e4222931ddccd6
Signed-off-by: Nir Soffer <[email protected]>
Reviewed-on: http://gerrit.ovirt.org/32523
Reviewed-by: Francesco Romani <[email protected]>
Reviewed-by: Dan Kenigsberg <[email protected]>
---
M tests/README
M tests/testValidation.py
2 files changed, 46 insertions(+), 22 deletions(-)

Approvals:
  Nir Soffer: Verified
  Dan Kenigsberg: Looks good to me, approved
  Francesco Romani: Looks good to me, but someone else must approve



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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id671a54261e8ef6595277b64b2e4222931ddccd6
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: David Caro <[email protected]>
Gerrit-Reviewer: Eyal Edri <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Francesco Romani <[email protected]>
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to