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

Remove TempestRegexp argument #7

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Remove TempestRegexp argument #7

merged 2 commits into from
Sep 21, 2023

Commits on Sep 20, 2023

  1. Remove TempestRegexp argument

    Looks like it was not in use since the begning.
    Users usually finds simpler to have explicit negative list,
    even tough it is possible to consutuct a singe regexp.
    Also possible to construct a single regexp on the operator side,
    in case other way of passing would be prefered later on.
    
    Moving the default allowedTests to the defaults.
    
    Note: Consider moving the tempest run arguments
    to sub structure.
    afazekas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    34deecb View commit details
    Browse the repository at this point in the history
  2. Split tempest run args

    !backward incomatible!
    
    Moving the tempest run related args to their own
    section. Adding concurrency related args.
    afazekas committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    eb5dd46 View commit details
    Browse the repository at this point in the history