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)
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)