Skip to content

lightblue-platform/lightblue-integration-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lightblue integration tests using docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages