add basic test and verify the compose file exists
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4b77c4e02a
commit
85ce43b796
@ -9,3 +9,6 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
|
||||
|
||||
|
||||
def test_droneci_compose_file(host):
|
||||
f = host.file('/var/lib/docker/services/droneci/droneci_runner_docker.yml')
|
||||
assert f.exists
|
||||
|
Loading…
Reference in New Issue
Block a user