Skip to content
Snippets Groups Projects
Commit bb3660ee authored by DISSOUBRAY Nathan's avatar DISSOUBRAY Nathan
Browse files

Rewrite the tests to be able to run between multiple computers over network,...

Rewrite the tests to be able to run between multiple computers over network, using ssh (!16)

# Description

Until now the tests have been run locally on the same computer, by putting each node on a different port on localhost. This MR rewrites the tests to be able to run them over multiple computers.

## List of changes

- Rewrite build network to send the binary and powers over ssh using rsync to other computers of the network that need it
- Rewrite all the tests to be able to check results over ssh (since sometimes checking a test requires comparing the original and reconstructed file, and they are not always on the same computer)
parent 16f44d80
No related branches found
No related tags found
1 merge request!16Rewrite the tests to be able to run between multiple computers over network, using ssh
Showing
with 983 additions and 515 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment