Skip to content
Dmitry Platon edited this page Jan 11, 2016 · 10 revisions

How to run the tests

  • git clone https://github.com/basho-labs/mesos-scheduler-bindings.git
  • cd mesos-scheduler-bindings
  • git checkout -b dev origin/dev
  • rebar get-deps compile
  • test/mesos_cluster/cluster.sh build
  • rebar ct

You must install docker and docker composer before running test/mesos_cluster/cluster.sh build. Building of docker containers with mesos will take about 30 mins.

Clone this wiki locally