Scality's automated branch merging tool.
User documentation can be found here
API documentation can be found here
A codespace environment has been setup to develop on Bert-E. It is the only supported method to develop on Bert-E.
All above instructions will assume you are inside the codespace environment
$ cp settings.sample.yml settings.yml
# Configure settings.yml to your liking
$ tox run -e run
A series of test scenario will be executed locally using mocks.
$ tox -e tests
This step will run the same tests as above but instead of using mocks to interact with a githost, it will interact with the one you have configured.
Credentials are required to run this step, checkout tox.ini
file for more details about which credentials are required.
Checkout the tox.ini
for all available commands to develop with
bert-e.