xoxys.vaultwarden_ldap_docker/molecule/centos7/tests/test_default.py

13 lines
325 B
Python
Raw Normal View History

2020-06-21 22:00:53 +02:00
import os
import testinfra.utils.ansible_runner
testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
2021-06-07 22:28:54 +02:00
os.environ["MOLECULE_INVENTORY_FILE"]
).get_hosts("all")
2020-06-21 22:00:53 +02:00
def test_vaultwarden_ldap_compose_file(host):
f = host.file('/var/lib/docker/services/vaultwarden_ldap/docker-compose.yml')
2020-06-21 22:00:53 +02:00
assert f.exists