Download and install Binnacle
curl -L https://github.com/kadalu/binnacle/releases/latest/download/binnacle -o binnacle sudo install binnacle /usr/local/bin/
Build the Storage node container
cd tests
./build-container.sh
Three nodes(Container based) setup
binnacle -v tests/setup.t
Build and Install Storage manager to the Nodes(Containers)
binnacle -v tests/install.t
Now run the tests
binnacle -v tests/all
or run a specific test
binnacle -v tests/all/pools.t