17f7f60d77
Use registry example from golem repository. Use the golem test runner for the docker integration environment Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
16 lines
559 B
Text
16 lines
559 B
Text
[[suite]]
|
|
dind=true
|
|
images=[ "nginx:1.9", "dmcgowan/token-server:simple", "dmcgowan/token-server:oauth", "dmcgowan/malevolent:0.1.0" ]
|
|
|
|
[[suite.testrunner]]
|
|
command="bats -t ."
|
|
format="tap"
|
|
env=["TEST_REPO=hello-world", "TEST_TAG=latest", "TEST_USER=testuser", "TEST_PASSWORD=passpassword", "TEST_REGISTRY=localregistry", "TEST_SKIP_PULL=true"]
|
|
[[suite.customimage]]
|
|
tag="golem-distribution:latest"
|
|
default="registry:2.2.1"
|
|
[[suite.customimage]]
|
|
tag="golem-dind:latest"
|
|
default="docker:1.10.1-dind"
|
|
version="1.10.1"
|
|
|