Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 651 Bytes

testing.adoc

File metadata and controls

44 lines (32 loc) · 651 Bytes

Testing Kadalu Storage Manager

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