Skip to content

Ability to run tests in parallel #13

@marceloleitner

Description

@marceloleitner

Currently the suite runs test by test till the end, but we can save time by running some tests in parallel.
Pretty much what make -j would do. If doing some quick sanity checks, it would be fine even to overload the host with the tests. Seems only the repeatability ones would get affected.
This should be feasible by adding a prefix to the netns names and buffering the logs for each job, and then generating a final one. (or something like that)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions