mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
automated integration tests for cloudstack (#20552)
This commit is contained in:
14
test/utils/docker/cloudstack-simulator/Makefile
Normal file
14
test/utils/docker/cloudstack-simulator/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user