Nir Soffer has posted comments on this change. Change subject: tests: Add time per test if nose-timer is available ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/30171/1/tests/run_tests_local.sh.in File tests/run_tests_local.sh.in: Line 9: Line 10: python -c 'import nosetimer' > /dev/null 2>&1 Line 11: if [ $? -eq 0 ]; then Line 12: EXTRA_ARGS='--with-timer' Line 13: fi Can we do this in testrunner.py? can be much simpler. Line 14: -- To view, visit http://gerrit.ovirt.org/30171 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4960b30532a84abd259fb268c7e40a1751847a96 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
