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

[PROPOSAL]Schedule systemd upstream tests dynamically #15083

Merged
merged 2 commits into from Aug 8, 2022

Commits on Jul 14, 2022

  1. Schedule systemd upstream tests dynamically

    Tests provided by systemd upstream are packaged in *systemd-testsuite*.
    Each test case is defined in folder with naming convention
    `TEST-\d{2}-$testname`. The runner schedules all test cases that are
    present in the provided package. Tests are preferably running in nswapn,
    however some of them require qemu.
    Users can override the default schedule either excluding certain test
    cases provided by a regex. For debug purposes users can provide a list
    of tests that will override the default schedule.
    mloviska committed Jul 14, 2022
    Copy the full SHA
    0929d21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aad6df6 View commit details
    Browse the repository at this point in the history