/lightblue-integration-tests

Lightblue integration tests using docker

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Lightblue integration tests example using Docker. For more information, see:

Configure Docker

You need to have Docker installed, Docker daemon running and Docker remote api exposed. This is how on Fedora 21:

Install Docker

sudo yum install docker -y
sudo systemctl enable docker
sudo systemctl start docker

Enable rest endpoint

sudo vi /etc/sysconfig/docker

Modify options like this: OPTIONS='--selinux-enabled -H tcp://localhost:4243 -H unix:///var/run/docker.sock'

sudo systemctl restart docker

Run

Once Docker is installed and configured, all you need to do is: mvn verify