Dan Kenigsberg has submitted this change and it was merged. Change subject: Add permutation feature to testing framework ......................................................................
Add permutation feature to testing framework This allows creation of a single test case template that is mutated into several actual test cases. This makes testing methods with several options that don't change the output much easier. For an example check out tests/permutationTests.py. Change-Id: I26871027182a151fd63c381879e72255f6161695 Signed-off-by: Saggi Mizrahi <[email protected]> --- M tests/Makefile.am A tests/permutationTests.py M tests/testrunner.py 3 files changed, 107 insertions(+), 0 deletions(-) Approvals: Ewoud Kohl van Wijngaarden: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Peter V. Saveliev: Looks good to me, but someone else must approve Zhou Zheng Sheng: Verified; Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/6244 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I26871027182a151fd63c381879e72255f6161695 Gerrit-PatchSet: 13 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <[email protected]> Gerrit-Reviewer: Peter V. Saveliev <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
