automated integration tests for cloudstack (#20552)

This commit is contained in:
René Moser 2017-05-09 05:32:11 +02:00 committed by Matt Clay
commit aaf4f04574
92 changed files with 1248 additions and 193 deletions

View file

@ -0,0 +1,14 @@
build:
docker build -t cloudstack-sim .
clean:
docker rm -f cloudstack
run:
docker run --name cloudstack -d -p 8080:8080 -p 8888:8888 cloudstack-sim
shell:
docker exec -it cloudstack /bin/bash
logs:
docker logs -f cloudstack