Running test.sh on a new machine revealed some missing dependencies. Running
tests with --pure will ensure that only the nix provided packages can be used
during tests, improving reproducability.
The qemu bridge setup instructions were also added to shell.nix for convenience.
IncludeOS$ nix-shell
should now make it clear how to configure the network bridge required for
integration tests to pass.
Running test.sh on a new machine revealed some missing dependencies. Running tests with
--pure
will ensure that only the nix provided packages can be used during tests, improving reproducability.The qemu bridge setup instructions were also added to shell.nix for convenience.
IncludeOS$ nix-shell
should now make it clear how to configure the network bridge required for integration tests to pass.