Nir Soffer has uploaded a new change for review. Change subject: automation: Disable tcTests and netinfoTests correctly ......................................................................
automation: Disable tcTests and netinfoTests correctly These tests were incorrectly disabled using NOSE_EXCLUDE, disabling also one of the tests in utilsTests.py. Now we use NOSE_EXCLUDE_FILES to exclude files. Change-Id: I3be2fe5774ec7f964416e02f809f44263e7d5644 Signed-off-by: Nir Soffer <[email protected]> --- M automation/check-patch.sh 1 file changed, 2 insertions(+), 10 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/46641/1 diff --git a/automation/check-patch.sh b/automation/check-patch.sh index 15707e8..6e457c0 100755 --- a/automation/check-patch.sh +++ b/automation/check-patch.sh @@ -2,16 +2,8 @@ set -xe -# this redefines 'ugly' but looks like NOSE_EXCLUDE works at test method level, -# not at module neither at testcase level, so we have no choice but this. -export NOSE_EXCLUDE="\ -.*testGetBondingOptions.*|\ -testMirroring.*|\ -testToggleIngress|\ -testException|\ -testQdiscsOfDevice|\ -testReplacePrio\ -" +# TODO: check why these are disabled +export NOSE_IGNORE_FILES="tcTests.py|netinfoTests.py" ./autogen.sh --system --enable-hooks make check -- To view, visit https://gerrit.ovirt.org/46641 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3be2fe5774ec7f964416e02f809f44263e7d5644 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
