Wenchao Xia has uploaded a new change for review. Change subject: test, add argument parser to testrunner ......................................................................
test, add argument parser to testrunner Make testrunner accept more parameters and have help output. Now it accept one more parameter than original testrunner, -vdsm_replace, which tells if the vdsm modules should be hacked. because argparser was added, multi cases should be specified into symbol"". For eg: python testrunner.py -vdsm_replace "main.py miscTests.py" python testrunner.py -h Change-Id: I34cde3b61d394eb651da7c4b544a7c00ab4338f2 Signed-off-by: wenchao xia <[email protected]> --- M tests/run_tests.sh.in M tests/run_tests_local.sh.in M tests/testrunner.py 3 files changed, 41 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/30/4730/1 -- To view, visit http://gerrit.ovirt.org/4730 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I34cde3b61d394eb651da7c4b544a7c00ab4338f2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Wenchao Xia <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
