Change in vdsm[master]: Integrate nosetests to vdsm testing

danken at redhat.com danken at redhat.com
Thu Apr 5 20:10:10 UTC 2012


Dan Kenigsberg has submitted this change and it was merged.

Change subject: Integrate nosetests to vdsm testing
......................................................................


Integrate nosetests to vdsm testing

This patch integrates nosetests into the vdsm testing pipeline. This
gives us a more advanced framework to write tests around.

`make check` still works as expected. In order to run tests
individually or with different options use /tests/run_tests.sh.
To learn more about nose tests you could run
`./run_tests.sh -h` or go to the nose documentation.

http://readthedocs.org/docs/nose/en/latest/#

This also introduces the VdsmTestCase base class. There is no need to
inherit from it but it will set up a logger for you that in the future
will be used to log out intermidate test information for long tests.

Change-Id: I4c8d761ac0c03adf25324ea04e948b98faa82e39
---
M .gitignore
M configure.ac
M tests/Makefile.am
A tests/run_tests.sh.in
A tests/testrunner.py
M vdsm.spec.in
6 files changed, 176 insertions(+), 4 deletions(-)

Approvals:
  Federico Simoncelli: Looks good to me, but someone else must approve
  Dan Kenigsberg: Verified; 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/3257
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c8d761ac0c03adf25324ea04e948b98faa82e39
Gerrit-PatchSet: 7
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Adam Litke <agl at us.ibm.com>
Gerrit-Reviewer: Ayal Baron <abaron 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>


More information about the vdsm-patches mailing list