memgraph/tests/distributed
Marko Culinovic 7a06040a76 Setup RAFT test infrastructure
Summary:
`JailService` exposes jail API and knows how to
start and stop binaries. Every test should be
defined as python module with exposed
`run` method. Script `master.py` is used
for running tests and takes test module
name as argument. Machine IP addresses are
defined in environment variables. To run test
locally use `local_runner` script.

Reviewers: mislav.bradac, mferencevic, mtomic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1065
2018-01-05 09:59:42 +01:00
..
raft Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00
common.py Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00
jail_faker.py Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00
jail_service.py Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00
local_runner Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00
master.py Setup RAFT test infrastructure 2018-01-05 09:59:42 +01:00