Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Support arbitrary tagging and selection of testcases. #44

Merged
merged 2 commits into from
Jul 12, 2016

Commits on Jul 9, 2016

  1. Reduce Timeout Double Scaling Tests scale to avoid UT failures

    The test "test_sleep2_fail" is occasionally passing (failing to fail)
    in the jenkins UT - perhaps 1.6 seconds doesn't give enough leeway ?
    Making it 1.5 seconds so its in exactly in the middle of sleep1_pass
    and sleep2_fail.
    Crispin Dent-Young authored and cdentyou committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    7ca2b6d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Support arbitrary tagging and selection of testcases.

    A testcase can optionally have a list of tags associated with it.
    Srunner can be run with an optional include list of tags and an optional
    exclude list of tags. These will have the effect of filtering testcases
    that would otherwise be run.
    Crispin Dent-Young authored and cdentyou committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    7b0086f View commit details
    Browse the repository at this point in the history